Skip to main content

DataViewCommandsBase.ShowFixedTotalSummaryEditor Property

Invokes the Fixed Summary Editor.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ICommand ShowFixedTotalSummaryEditor { get; }

Property Value

Type Description
ICommand

A command implementing the ICommand.

Remarks

End-users can use the Fixed Summary Editor to manage total and group summaries displayed within a View.

To learn more, see Data Summaries.

See Also