SchedulerViewInfoBase.GetAllAppointmentViewInfos() Method
Provides access to the collection of objects containing information on appointments and their visual representation.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Returns
Type | Description |
---|---|
IEnumerable<AppointmentViewInfo> | A collection of AppointmentViewInfo objects. |
Remarks
AppointmentViewInfo items of the collection, available via the GetAllAppointmentViewInfos property, are useful for custom painting appointments. Refer to the SchedulerControl.AppointmentViewInfoCustomizing event description and How to: Custom Paint Appointments topic, for examples and more information on this subject.
Note
You can use the SchedulerViewInfoBase.CopyAllAppointmentViewInfos method instead because it is thread-safe.