WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridConstants - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridConstants

    Implements various integer constants to be used throughout the grid.

    Inheritance
    System.Object
    GridConstants
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Int32

    Undefined

    Use for undefined index.

    Declaration
    public const int Undefined = 2147483647
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved