Back to Devexpress

TreeListViewCommands.HideEditForm Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistviewcommands-8bf72984.md

latest1.6 KB
Original Source

TreeListViewCommands.HideEditForm Property

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 ICommand HideEditForm { get; }
vb
Public ReadOnly Property HideEditForm 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 post all changes to the data source and close the edit form, use the TreeListViewCommands.CloseEditForm command.

See Also

TreeListViewCommands Class

TreeListViewCommands Members

DevExpress.Xpf.Grid Namespace