PersistentObjectStorage<T>.IsLoading Property
Gets whether the storage is being initialized.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | True if the storage is being initialized; otherwise, false. |
See Also