GridViewCommandsBase.ShowGroupSummaryEditor Property
Invokes the Runtime Summary Editor.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ICommand | A command implementing the ICommand. |
Remarks
Corresponding Method: GridViewBase.ShowGroupSummaryEditor.
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 customize a column’s total summaries displayed within the corresponding summary panel’s cell, invoke its Summary Context Menu and select Customize…:

- To customize total summaries displayed within the Fixed Summary Panel, invoke its Summary Context Menu and select Customize…:

See Also