Skip to main content
ON

DetailFormViewModelBase.Close() Method

Closes the detail edit form.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

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