Back to Devexpress

DetailEditFormViewModel.SaveCommand Property

maui-devexpress-dot-maui-dot-core-dot-detaileditformviewmodel-6f2b586a.md

latest1.2 KB
Original Source

DetailEditFormViewModel.SaveCommand Property

Gets the command that saves the edited item to the bound data source.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public AsyncRelayCommand SaveCommand { get; }

Property Value

TypeDescription
CommunityToolkit.Mvvm.Input.AsyncRelayCommand

A command that saves the edited item to the bound data source.

|

Remarks

You can also call the SaveAsync() method to save changes in the edited 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

DetailEditFormViewModel Class

DetailEditFormViewModel Members

DevExpress.Maui.Core Namespace