A newer version of this page is available.
Switch to the current version.
GroupSortingSummaryRowChangedEventArgs Class
Provides data for the GroupHeaderBand.SortingSummaryRowChanged event.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public class GroupSortingSummaryRowChangedEventArgs :
EventArgs
Public Class GroupSortingSummaryRowChangedEventArgs
Inherits EventArgs
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.
See Also
Feedback