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 |
|
See Also