Back to Devexpress

TreeListView.CloseEditForm() Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-81bbbcb4.md

latest1.2 KB
Original Source

TreeListView.CloseEditForm() Method

Posts all changes to the data source and closes the Edit Form.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void CloseEditForm()
vb
Public Sub CloseEditForm

Remarks

To show the edit form, use the TreeListView.ShowEditForm method.

To cancel all changes and close the edit form, use the TreeListView.HideEditForm method.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace