DetailFormViewModelBase.CanClose() Method
When implemented, checks whether the edit form can be closed.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public virtual bool CanClose()
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
You can call the Close() method or use the CloseCommand to close the edit form.
See Also