Enum GridFloatCellsMode
This enumeration specifies floating cell's behavior in a GridModel.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum GridFloatCellsMode
Remarks
See
Fields
| Name | Description |
|---|---|
| None | Floating cell's behavior is disabled. |
| 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. |