Class 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).
Inheritance
System.Object
GridQueryFloatCell
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridQueryFloatCell : Enum
Fields
FloatCell
Queries if cell supports floating another cell.
Declaration
public const GridQueryFloatCell FloatCell
Field Value
| Type |
|---|
| GridQueryFloatCell |
FloodCell
Queries if cell can be flooded by a previous cell.
Declaration
public const GridQueryFloatCell FloodCell
Field Value
| Type |
|---|
| GridQueryFloatCell |