Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public AppointmentViewInfoCollection CopyAllAppointmentViewInfos()

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