 | StyleIncludeEnabled Property |
Gets or sets the state of the
Enabled property.
Namespace: Stingray.GridAssembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: [TAG_DECIMAL_VERSION]
Syntax[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool IncludeEnabled { get; set; }
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property IncludeEnabled As Boolean
Get
Set
public:
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool IncludeEnabled {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if the
Enabled property is initialized
and
false otherwise.
See Also