Skip to main content
A newer version of this page is available. .

GridGroupSummaryItem.SortOrder Property

Gets or sets the order in which the GridControl sorts group rows by their summary values.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(ColumnSortOrder.None, Handler = "OnSummaryChanged")]
public ColumnSortOrder SortOrder { get; set; }

Property Value

Type Description
ColumnSortOrder

The order in which the GridControl sorts group rows by their summary values.

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