DetailEditFormViewModel.Save() Method
Saves the changes applied to the edit item to the source.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public virtual bool Save()
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
You can use the CanSave() method to check whether the Save operation can be performed.
To close the edit form, you can also use the SaveCommand.
See Also