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.v20.2.dll

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

Declaration

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

Property Value

Type Description
XRColumnSortOrder

An XRColumnSortOrder enumeration value.

Remarks

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

See Also