Click or drag to resize
StyleIncludeFloatCell Property
Gets or sets state of the FloatCell property.

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

Property Value

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