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

ASPxGroupSummarySortInfo.SortOrder Property

Gets or sets the order in which group rows are sorted.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(ColumnSortOrder.None)]
public ColumnSortOrder SortOrder { get; set; }

Property Value

Type Default Description
ColumnSortOrder **None**

A ColumnSortOrder enumeration value that specifies the sort order.

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