Back to Devexpress

TreeListView.ShowEditForm() Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-236bcad4.md

latest1.2 KB
Original Source

TreeListView.ShowEditForm() Method

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 void ShowEditForm()
vb
Public Sub ShowEditForm

Remarks

To invoke the inline edit form, use the TreeListView.ShowInlineEditForm method.

To close the edit form, use the TreeListView.CloseEditForm.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace