Click or drag to resize
SettingDefinitionIsVisible Property
Gets or sets a value indicating whether this setting is visible in the UI. Default is true. Set to false for settings which should be used during code generation but shouldn't be editable by the user.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Frameworks
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public bool IsVisible { get; set; }

Property Value

Type: Boolean
See Also