Back to Devexpress

GroupSortingSummaryRowChangedEventArgs Class

xtrareports-devexpress-dot-xtrareports-dot-ui-127d0866.md

latest2.0 KB
Original Source

GroupSortingSummaryRowChangedEventArgs Class

Provides data for the GroupHeaderBand.SortingSummaryRowChanged event.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

GroupSortingSummaryRowChangedEventArgs is the data class for the following events:

Remarks

The properties exposed by the GroupSortingSummaryRowChangedEventArgs 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 GroupSortingSummaryRowChangedEventArgs

See Also

GroupSortingSummaryRowChangedEventArgs Members

Group and Sort the Report Data

DevExpress.XtraReports.UI Namespace