Back to Devexpress

TableView.HideEditForm() Method

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-9413f40f.md

latest1.1 KB
Original Source

TableView.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 TableView.ShowEditForm method.

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

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace