Back to Devexpress

DetailFormViewModelBase.DeleteCommand Property

maui-devexpress-dot-maui-dot-core-dot-detailformviewmodelbase-3e2e042a.md

latest1.2 KB
Original Source

DetailFormViewModelBase.DeleteCommand Property

Gets the command that deletes the item from the data source.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public AsyncRelayCommand DeleteCommand { get; }

Property Value

TypeDescription
CommunityToolkit.Mvvm.Input.AsyncRelayCommand

A command that deletes the item from the data source.

|

Remarks

You can also call the DeleteAsync() method to delete the source item.

See Also

CRUD Operations in a Data-Bound Data Grid View for .NET MAUI

CRUD Operations in a Data-Bound Collection View for .NET MAUI

DetailFormViewModelBase Class

DetailFormViewModelBase Members

DevExpress.Maui.Core Namespace