PersistentBase.IsDeleted Property
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v19.2.dll
Declaration
[Browsable(false)]
[MemberDesignTimeVisibility(false)]
public bool IsDeleted { get; }
<Browsable(False)>
<MemberDesignTimeVisibility(False)>
Public ReadOnly Property IsDeleted As Boolean
[Browsable(false)]
[MemberDesignTimeVisibility(false)]
public bool IsDeleted { get; }
<Browsable(False)>
<MemberDesignTimeVisibility(False)>
Public ReadOnly Property IsDeleted As Boolean
Property Value
Type |
Description |
Boolean |
true if the current object is marked as deleted; otherwise, false.
|
Property Value
Type |
Description |
Boolean |
true if the current object is marked as deleted; otherwise, false.
|
See Also