Click or drag to resize
GridControlFloatCells Property
Gets or sets the setting of floating cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(typeof(FloatCellsMode), "Disable")]
public FloatCellsMode FloatCells { get; set; }

Property Value

Type: FloatCellsMode
The setting of floating cells: enabled or disabled.
See Also