Skip to main content

XRGroupSortingSummary.SortOrder Property

Specifies the sorting direction for groups.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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