SchedulerViewInfoBase.CopyAllAppointmentViewInfos() Method
Provides access to the collection of objects containing information on appointments and their visual representation.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
AppointmentViewInfoCollection | A DevExpress.XtraScheduling.Drawing.AppointmentViewInfoCollection object, that is a collection of AppointmentViewInfo objects. |
Remarks
AppointmentViewInfo items of the collection, obtained using the CopyAllAppointmentViewInfos method, 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.
See Also