Skip to main content
A newer version of this page is available. .

PersistentObjectStorage<T>.IsLoading Property

Gets whether the storage is being initialized.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

[Browsable(false)]
public virtual bool IsLoading { get; }

Property Value

Type Description
Boolean

True if the storage is being initialized; otherwise, false.

See Also