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

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.v19.1.Core.dll

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