GridSortInfo Constructors
Represents an element in the GridControl.SortInfo collection.Name | Parameters | Description |
---|---|---|
GridSortInfo() | none | Initializes a new instance of the GridSortInfo class with default settings. |
GridSortInfo(String, ListSortDirection, Boolean) | fieldName, sortOrder, mergeWithPreviousGroup | Initializes a new instance of the GridSortInfo class with the specified settings. |
GridSortInfo(String, ListSortDirection) | fieldName, sortOrder | Initializes a new instance of the GridSortInfo class with the specified settings. |
GridSortInfo(String) | fieldName | Initializes a new instance of the GridSortInfo class with the specified column. |
See Also