A newer version of this page is available.
Switch to the current version.
SchedulerViewBase.GetAppointments() Method
Gets the collection of appointments displayed in the current Scheduler view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.dll
Declaration
public virtual AppointmentBaseCollection GetAppointments()
Public Overridable Function GetAppointments As AppointmentBaseCollection
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
Feedback