Click or drag to resize
StyleIncludeAutoSize Property
Gets or sets the state of the AutoSize property.

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

Property Value

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