Skip to main content

SchedulerViewBase.GetAppointments() Method

Gets the collection of appointments displayed in the current Scheduler view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v22.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public virtual AppointmentBaseCollection GetAppointments()

Returns

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection object, representing an appointments’ collection.

Remarks

If the current view does not contain appointments, this method returns a new collection which does not contain elements.

See Also