Enum GridQueryFloatCell
Defines whether a cell is asked about support for floating over another cell or being flooded by a previous cell. See OnQueryCanFloatCell(Int32, Int32, GridStyleInfo, GridQueryFloatCell).
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridQueryFloatCell
Fields
Name | Description |
---|---|
FloatCell | Queries if cell supports floating another cell. |
FloodCell | Queries if cell can be flooded by a previous cell. |