DetailFormViewModelBase.CanDelete() Method
Checks whether the Delete operation is available.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public virtual bool CanDelete()
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
You can call the DeleteAsync() method or use the DeleteCommand to delete the source item.
See Also