Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

object DataSource { get; set; }

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