SchedulerViewBase.GetAppointments() Method
In This Article
Override this method to provide access to the appointment’s collection, specific to the current scheduler view.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public virtual AppointmentBaseCollection GetAppointments()
#Returns
Type | Description |
---|---|
Appointment |
An Appointment |
See Also