PersistentObjectStorage<T>.IsDisposed Property
Gets a value indicating whether a storage has been disposed of.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll
Declaration
[Browsable(false)]
public bool IsDisposed { get; }
<Browsable(False)>
Public ReadOnly Property IsDisposed As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if the storage has been disposed of; otherwise, false. |
Implements
DevExpress.XtraScheduler.Internal.IInternalPersistentObjectStorage<T>.IsDisposed
See Also
Feedback