menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridDrawOrder - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum 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.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridDrawOrder
    Remarks

    See DrawOrder.

    Fields

    Name Description
    Columns

    Load grid cells column by column.

    Rows

    Load grid cells row by row.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved