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 |
---|---|
XRGroup |
An XRGroup |
#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.