Skip to main content

AppointmentDependencyDataStorage.DataSource Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.dll

NuGet Package: DevExpress.Win.Scheduler

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