DetailFormViewModelBase.DeleteCommand Property
Returns the command that deletes the edit item.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Command DeleteCommand { get; }
Property Value
Type | Description |
---|---|
Command | A command that deletes the edit item. |
Remarks
You can also call the Delete method to delete the edit item from the data source.
See Also