Skip to main content
ON

DetailFormViewModelBase.Delete() Method

When implemented, deletes the source item for which the current edit form is displayed.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public virtual bool Delete()

Returns

Type Description
Boolean

true if the item is successfully deleted; otherwise, false.

Remarks

You can use the CanDelete() method to check whether the Delete operation can be performed.

See Also