Skip to main content
ON

DetailFormViewModelBase.IsDeleted Property

Gets whether the Delete operation is completed.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public bool IsDeleted { get; }

Property Value

Type Description
Boolean

true if the Delete operation is completed; otherwise, false.

See Also