Skip to main content
A newer version of this page is available. .

SchedulerViewBase.GetAppointments() Method

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

Declaration

public virtual AppointmentBaseCollection GetAppointments()

Returns

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection object, representing an appointments’ collection.

See Also