Skip to main content
ON

DetailEditFormViewModel.CanSave() Method

Checks whether the Save Changes operation is available.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public virtual bool CanSave()

Returns

Type Description
Boolean

true if the Save Changes operation is available; otherwise, false.

Remarks

You can call the SaveAsync() method or use the SaveCommand to save the edited item.

See Also