Skip to main content

GridViewCommandsBase.ShowGroupSummaryEditor Property

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ICommand ShowGroupSummaryEditor { get; }

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…:

GridMenu_GroupingColumn

  • To customize a column’s total summaries displayed within the corresponding summary panel’s cell, invoke its Summary Context Menu and select Customize…:

GridMenu_SummaryPanel

fixedsummarymenu

See Also