PersistentObjectStorage<T>.LoadObjects(Boolean) Method
Loads persistent objects from the data source to the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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