Skip to main content
ON

DetailFormViewModelBase.CanClose() Method

Checks whether the Close operation is available.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public virtual bool CanClose()

Returns

Type Description
Boolean

true if the Close operation is available; otherwise, false.

Remarks

You can call the Close() method or use the CloseCommand to close the detail edit form.

See Also