Skip to main content

PersistentObjectStorage<T>.LoadObjects(Boolean) Method

Loads persistent objects from the data source to the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual void LoadObjects(
    bool keepNonPersistentInformation
)

Parameters

Name Type Description
keepNonPersistentInformation Boolean

True to load additional information about objects; otherwise, false.

Remarks

Additional non-persistent information about resources may include resource visibility and relative position of resource in Resources Tree.

While the objects are being loaded, the PersistentObjectStorage<T>.IsLoading property is true.

See Also