GridSortInfo Fields
Represents an element in the GridControl.SortInfo collection.| Name | Description |
|---|---|
| FieldNameProperty static | Identifies the GridSortInfo.FieldName dependency property. |
| GroupIndexProperty static | Identifies the GridSortInfo.GroupIndex dependency property. |
| IsGroupedProperty static | Identifies the GridSortInfo.IsGrouped dependency property. |
| MergeWithPreviousGroupProperty static | Identifies the GridSortInfo.MergeWithPreviousGroup dependency property. |
| SortIndexProperty static | Identifies the GridSortInfo.SortIndex dependency property. |
| SortOrderProperty static | Identifies the GridSortInfo.SortOrder dependency property. |
See Also