alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved