Back to Devexpress

TreeListView.HideEditForm() Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-fff44cc1.md

latest1.1 KB
Original Source

TreeListView.HideEditForm() Method

Cancels all changes 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 HideEditForm()
vb
Public Sub 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

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace