GroupSummarySortInfo.SortOrder Property
Gets the order in which group rows are sorted.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
ColumnSortOrder | A ColumnSortOrder enumeration value specifying the order in which group rows are sorted. |
Available values:
Name | Description |
---|---|
None | No sorting is applied to a column. |
Ascending | Sorts the column in ascending order. |
Descending | Sorts the columns in descending order. |
Remarks
The SortOrder property indicates which sort order is currently applied to group rows. This property is initialized in the constructor.
See Also