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 |
|
Remarks
You can call the Close() method or use the CloseCommand to close the detail edit form.
See Also