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

AppointmentImageInfoCollection(AppointmentImageProvider) Constructor

Initializes a new instance of the AppointmentImageInfoCollection class with the specified image provider.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public AppointmentImageInfoCollection(
    AppointmentImageProvider imageProvider
)

Parameters

Name Type Description
imageProvider DevExpress.XtraScheduler.Drawing.AppointmentImageProvider

A DevExpress.XtraScheduler.Drawing.AppointmentImageProvider object which provides images for the created collection.

See Also