Skip to main content

TreeListView.HideEditForm() Method

Cancels all changes and closes the Edit Form.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public void HideEditForm()

Remarks

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

To post all changes to the data source and close the edit form, use the TreeListView.CloseEditForm method.

See Also