Click or drag to resize
StyleIncludeEnabled Property
Gets or sets the state of the Enabled property.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool IncludeEnabled { get; set; }

Property Value

Type: Boolean
true if the Enabled property is initialized and false otherwise.
See Also