ASPxSchedulerDataWebControlBase.AppointmentDataSource Property
Gets or sets the object used as the data source to store appointments.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Object | null | A Object that represents the storage’s data source. |
Remarks
Use the AppointmentDataSource property to specify the data source from which the current appointment storage object (ASPxSchedulerStorage) will obtain information about the appointments it contains.
See Also