GridGroupSummaryItem.SortOrder Property
In This Article
Gets or sets the order in which the GridControl sorts group rows by their summary values.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(ColumnSortOrder.None, Handler = "OnSummaryChanged")]
public ColumnSortOrder SortOrder { get; set; }
#Property Value
Type | Description |
---|---|
Column |
The order in which the Grid |
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. |
See Also