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