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