Skip to main content
A newer version of this page is available. .

DataViewCommandsBase.ShowFixedTotalSummaryEditor Property

Invokes the Fixed Summary Editor.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

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