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

AppointmentDependencyDataStorage.DataSource Property

Gets or sets the object used as the data source to store appointment dependencies.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Data")]
public object DataSource { get; set; }

Property Value

Type Default Description
Object *null*

An Object that represents the storage’s data source.

See Also