Skip to main content
A newer version of this page is available. .

TreeListView.CloseEditForm() Method

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public void 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