DetailFormViewModelBase.CanClose() Method
In This Article
Checks whether the Close operation is available.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
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