Back to Devexpress

GroupSortingSummaryGetResultEventArgs Class

xtrareports-devexpress-dot-xtrareports-dot-ui-09604ce6.md

latest1.9 KB
Original Source

GroupSortingSummaryGetResultEventArgs Class

Provides data for the GroupHeaderBand.SortingSummaryGetResult event.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class GroupSortingSummaryGetResultEventArgs :
    EventArgs
vb
Public Class GroupSortingSummaryGetResultEventArgs
    Inherits EventArgs

GroupSortingSummaryGetResultEventArgs is the data class for the following events:

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

GroupSortingSummaryGetResultEventArgs Members

Group and Sort the Report Data

DevExpress.XtraReports.UI Namespace