xtrareports-devexpress-dot-xtrareports-dot-ui-dot-groupheaderband-08ab9b2c.md
Specifies the sorting options for report groups.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
[Browsable(true)]
[SRCategory(ReportStringId.CatBehavior)]
public XRGroupSortingSummary SortingSummary { get; set; }
<Browsable(True)>
<SRCategory(ReportStringId.CatBehavior)>
Public Property SortingSummary As XRGroupSortingSummary
| Type | Description |
|---|---|
| XRGroupSortingSummary |
An XRGroupSortingSummary object, that contains the sorting options for groups.
|
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
Group and Sort the Report Data