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
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