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

XRGroupSortingSummary.SortOrder Property

Specifies the sorting direction for groups.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[SRCategory(ReportStringId.CatBehavior)]
public XRColumnSortOrder SortOrder { get; set; }

Property Value

Type Description
XRColumnSortOrder

An XRColumnSortOrder enumeration value.

Available values:

Name Description
None

The column is not sorted.

Ascending

The column is sorted in ascending order.

Descending

The column is sorted in descending order.

Remarks

To learn more, see Grouping and Sorting a Report’s Data.

See Also