DetailEditFormViewModel.SaveCommand Property
Returns the command that saves the edit item to the bound data source.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Command SaveCommand { get; }
Property Value
Type | Description |
---|---|
Command | A command that saves the edit item value changes. |
Remarks
You can also call the Save() method to save changes to the source item.
See Also