Back to Devexpress

TableViewCommands.CloseEditForm Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableviewcommands-ee9ea079.md

latest1.5 KB
Original Source

TableViewCommands.CloseEditForm Property

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 ICommand CloseEditForm { get; }
vb
Public ReadOnly Property CloseEditForm As ICommand

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

To learn more on using commands, refer to the Commanding Overview MSDN article.

To cancel all changes and close the edit form, use the TableViewCommands.HideEditForm command.

See Also

TableViewCommands Class

TableViewCommands Members

DevExpress.Xpf.Grid Namespace