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 |
|
Remarks
You can use the CanDelete() method to check whether the Delete operation can be performed.
See Also