AppointmentImageInfoCollection(AppointmentImageProvider) Constructor
Initializes a new instance of the AppointmentImageInfoCollection class with the specified image provider.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
public AppointmentImageInfoCollection(
AppointmentImageProvider imageProvider
)
Public Sub New(
imageProvider As AppointmentImageProvider
)
Parameters
Name | Type | Description |
---|---|---|
imageProvider | DevExpress.XtraScheduler.Drawing.AppointmentImageProvider | A DevExpress.XtraScheduler.Drawing.AppointmentImageProvider object which provides images for the created collection. |
See Also
Feedback