alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridDrawOrder

    Defines the order that cells are loaded before the grid is displayed. This is of use when using the virtual grid and it is more extensive to move from column to column than to move from row to row in your custom data source.

    Inheritance
    System.Object
    GridDrawOrder
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridDrawOrder : Enum
    Remarks

    See DrawOrder.

    Fields

    Columns

    Load grid cells column by column.

    Declaration
    public const GridDrawOrder Columns
    Field Value
    Type
    GridDrawOrder

    Rows

    Load grid cells row by row.

    Declaration
    public const GridDrawOrder Rows
    Field Value
    Type
    GridDrawOrder
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved