DetailFormViewModelBase.Close() Method
When implemented, closes the edit form.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public virtual void Close()
Remarks
To check whether the Close operation can be performed, you can call the CanClose() method.
You can also use the CloseCommand to close the edit form.
See Also