Skip to main content

AppointmentImageInfoCollection(AppointmentImageProvider) Constructor

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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