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

PersistentObjectStorage<T>.LoadObjects(Boolean) Method

Loads persistent objects from the data source to the storage.

Namespace: DevExpress.XtraScheduler

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

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