GridColumnSortInfo Properties
Represents an element in a GridColumnSortInfoCollection.Name | Description |
---|---|
Column | Gets or sets the column which is sorted by the GridColumnSortInfo.SortOrder. |
IsGrouped | Indicates whether the column which is referred to by the current GridColumnSortInfo object is a grouping column. |
SortOrder | Gets or sets the column’s sort order. |
See Also