Click or drag to resize
GridControlSetFloatCellsMode Method
Turns on and off the calculation of floating cells in the grid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public void SetFloatCellsMode(
	FloatCellsMode fcMode,
	bool redraw
)

Parameters

fcMode
Type: Stingray.GridFloatCellsMode
The new mode for float cells.
redraw
Type: SystemBoolean
true to redraw the grid, false otherwise.
See Also