GridSortInfo Properties
Represents an element in the GridControl.SortInfo collection.| Name | Description |
|---|---|
| FieldName | Gets or sets the field name of the column to sort. This is a dependency property. |
| GroupIndex | Gets or sets the position of the column referred to by the current GridSortInfo object, among grouping columns. This is a dependency property. |
| IsGrouped | Gets whether the column which is referred to by the current GridSortInfo object is a grouping column. This is a dependency property. |
| MergeWithPreviousGroup | Gets or sets whether the current group is merged with the previous group. This is a dependency property. |
| SortIndex | Gets or sets the position of the column referred to by the current GridSortInfo object, among sorted columns. This is a dependency property. |
| SortOrder | Gets or sets the column’s sort order. This is a dependency property. |
See Also