Class GridConstants
Implements various integer constants to be used throughout the grid.
Inheritance
System.Object
GridConstants
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridConstants : Object
Fields
MaxRowCol
Use for maximum row or column count.
Declaration
public const int MaxRowCol = 2147483646
Field Value
| Type |
|---|
| System.Int32 |
Undefined
Use for undefined index.
Declaration
public const int Undefined = 2147483647
Field Value
| Type |
|---|
| System.Int32 |