Skip to main content
ON

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

true if the Save operation successfully completed; otherwise, false.

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