Back to Devexpress

ResourceDataStorage.IsDisposed Property

windowsforms-devexpress-dot-xtrascheduler-dot-resourcedatastorage-14773bad.md

latest1.2 KB
Original Source

ResourceDataStorage.IsDisposed Property

Gets a value indicating whether a storage has been disposed of.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
public bool IsDisposed { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsDisposed As Boolean

Property Value

TypeDescription
Boolean

true if the storage has been disposed of; otherwise, false.

|

See Also

ResourceDataStorage Class

ResourceDataStorage Members

DevExpress.XtraScheduler Namespace