Back to Devexpress

TreeListViewCommands.ShowNodeFooterSummaryEditor Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistviewcommands-3f30f951.md

latest1.6 KB
Original Source

TreeListViewCommands.ShowNodeFooterSummaryEditor Property

Invokes the Node Footer Summary Editor.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: TreeListView.ShowNodeFooterSummaryEditor

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

See Also

TreeListViewCommands Class

TreeListViewCommands Members

DevExpress.Xpf.Grid Namespace