Skip to main content
ON

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

true if the Delete operation is available; otherwise, false.

Remarks

You can call the DeleteAsync() method or use the DeleteCommand to delete the source item.

See Also