DetailFormViewModelBase.CloseCommand Property
In This Article
Gets the command that closes the edit form.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public RelayCommand CloseCommand { get; }
#Property Value
Type | Description |
---|---|
Community |
A command that closes the edit form. |
#Remarks
You can also call the Close() method to close the detail edit form.
See Also