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.3.0.0 (5.3.0)
Syntax public bool IsVisible { get; set; }
Public Property IsVisible As Boolean
Get
Set
Property Value
Type:
BooleanSee Also