Skip to main content

TableView.CloseEditForm() Method

Posts all changes to the data source 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 CloseEditForm()

Remarks

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

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

See Also