DetailFormViewModelBase.Close() Method
In This Article
Closes the detail edit form.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public virtual void Close()
#Remarks
Call the CanClose() method to check whether the Close operation is available. You can also use the CloseCommand to close the detail edit form.
See Also