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

TableView.HideEditForm() Method

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

Remarks

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

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

See Also