Back to Devexpress

TableView.CloseEditForm() Method

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-82dbe907.md

latest1.1 KB
Original Source

TableView.CloseEditForm() Method

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

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace