Back to Devexpress

TableViewCommands.ShowGroupFooterSummaryEditor Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableviewcommands-ee21cdd4.md

latest1.6 KB
Original Source

TableViewCommands.ShowGroupFooterSummaryEditor Property

Invokes the Group Footer Summary Editor.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding method: TableView.ShowGroupFooterSummaryEditor.

To learn more on using commands, refer to the Commanding Overview MSDN article.

See Also

TableViewCommands Class

TableViewCommands Members

DevExpress.Xpf.Grid Namespace