Back to Devexpress

TreeListViewCommands.ShowEditForm Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistviewcommands-0cfe5845.md

latest1.5 KB
Original Source

TreeListViewCommands.ShowEditForm Property

Shows the edit form in a mode specified by the TreeListView.EditFormShowMode property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

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

See Also

TreeListViewCommands Class

TreeListViewCommands Members

DevExpress.Xpf.Grid Namespace