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 |