IPersistentObjectStorage<T>.DataSource Property
Gets or sets the object used as the data source to store persistent objects (appointments, resources., appointment dependencies).
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
Object | An Object that represents the storage’s data source. |
Remarks
Use the DataSource property to specify the data source from which the storage object retrieves information about the persistent objects it contains.
See Also