Class GridConstants
Implements various integer constants to be used throughout the grid.
Inheritance
System.Object
GridConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridConstants
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 |