Class GridFloatCellsMode
Defines floating cell's behavior in a GridModel.
Inheritance
System.Object
GridFloatCellsMode
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridFloatCellsMode : Enum
Remarks
See FloatCellsMode.
Fields
BeforeDisplayCalculation
Floating cells are always calculated before cells are displayed.
Declaration
public const GridFloatCellsMode BeforeDisplayCalculation
Field Value
| Type |
|---|
| GridFloatCellsMode |
None
Floating cell's behavior is disabled.
Declaration
public const GridFloatCellsMode None
Field Value
| Type |
|---|
| GridFloatCellsMode |
OnDemandCalculation
Floating cells are calculated before they are displayed and results are saved. Floating cells will only be recalculated if the width or contents of cells change.
Declaration
public const GridFloatCellsMode OnDemandCalculation
Field Value
| Type |
|---|
| GridFloatCellsMode |