DetailEditFormViewModel.SaveCommand Property
In This Article
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
C#
public AsyncRelayCommand SaveCommand { get; }
#Property Value
Type | Description |
---|---|
Community |
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