Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GroupHeaderBand.SortingSummary Property

Specifies the sorting options for report groups.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

[Browsable(true)]
[SRCategory(ReportStringId.CatBehavior)]
public XRGroupSortingSummary SortingSummary { get; set; }

#Property Value

Type Description
XRGroupSortingSummary

An XRGroupSortingSummary object, that contains the sorting options for groups.

#Remarks

An XRGroupSortingSummary object exposes options that define the summary function, against whose result the report’s groups will be sorted, the data field that is used to calculate the summary, the sort order, and other options for sorting groups.

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

Step-by-step tutorials are available at Sorting Groups by a Summary Function’s Result.

See Also