DetailFormViewModelBase.CloseCommand Property
Returns the command that closes the edit form.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Command CloseCommand { get; }
Property Value
Type | Description |
---|---|
Command | A command. |
Remarks
You can also call the Close() method to close the edit form.
See Also