GridViewBase.ShowGroupSummaryEditor() Method
Invokes the Runtime Summary Editor.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Remarks
End-users can use the Summary Editor to manage total and group summaries displayed within a View. To customize group summaries, invoke a grouping column’s Context Menu and select ‘Group Summary Editor…’. To show the Summary Editor in code, use the ShowGroupSummaryEditor method.
To learn more, see Runtime Summary Editor and Data Summaries.
See Also