Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxAppointmentStorage.DataSource Property

Overrides the PersistentObjectStorage<T>.DataSource property to hide it.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

public override object DataSource { get; set; }

Property Value

Type Description
Object

An Object that represents the storage’s data source.

Implements

DevExpress.XtraScheduler.IPersistentObjectStorage<DevExpress.XtraScheduler.Appointment>.DataSource
See Also