Skip to main content

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.2.dll

NuGet Package: DevExpress.Web.Scheduler

#Declaration

[DefaultValue(null)]
public virtual object AppointmentDataSource { get; set; }

#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