Skip to main content
ON

DetailEditFormViewModel.IsSaved Property

Checks whether the Save Changes operation is completed.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public bool IsSaved { get; protected set; }

Property Value

Type Description
Boolean

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

See Also