Back to Devexpress

DataViewCommandsBase.ShowFixedTotalSummaryEditor Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-f052c1e4.md

latest1.5 KB
Original Source

DataViewCommandsBase.ShowFixedTotalSummaryEditor Property

Invokes the Fixed Summary Editor.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand ShowFixedTotalSummaryEditor { get; }
vb
Public ReadOnly Property ShowFixedTotalSummaryEditor As ICommand

Property Value

TypeDescription
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

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace