Click or drag to resize
GridDrawOrder Enumeration
Defines the order in which rows and columns are drawn.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum GridDrawOrder
Members
  Member nameValueDescription
RowsFirst0 Rows first.
ColumnsFirst1 Columns first.
See Also