Skip to main content
A newer version of this page is available. .

GroupSortingSummaryGetResultEventArgs Class

Provides data for the GroupHeaderBand.SortingSummaryGetResult event.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

public class GroupSortingSummaryGetResultEventArgs :
    EventArgs

Remarks

The properties exposed by the GroupSortingSummaryGetResultEventArgs class allow you to sort a report’s groups by a custom summary function result. To learn more on this, see Grouping and Sorting a Report’s Data.

Inheritance

Object
EventArgs
GroupSortingSummaryGetResultEventArgs
See Also