Back to Devexpress

DataViewCommandsBase.ShowTotalSummaryEditor Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-9e6ce266.md

latest1.3 KB
Original Source

DataViewCommandsBase.ShowTotalSummaryEditor Property

Invokes the Runtime Summary Editor for the specified column.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: DataViewBase.ShowTotalSummaryEditor.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace