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
public AsyncRelayCommand SaveCommand { get; }
Property Value
Type | Description |
---|---|
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