Skip to main content

TcxSchedulerEventImages Class

Implements a collection, which contains user event icons.

Declaration

TcxSchedulerEventImages = class(
    TCollection
)

Remarks

Icons that are stored in the collection will be then shown within the user event’s rectangle. To load icons into the collection the TcxSchedulerEventImages class declares two methods – Add and AddStandardImage. The first one is used to add a custom icon to the collection and the latter to add a built-in icon.

To access a particular icon in the collection use the Items property.

The TcxSchedulerEventImages class allows specifying how icons will be organized within the user event’s rectangle (see the Layout property). It is in effect when scheduling in the Day or TimeGrid View (if the TimeGrid View’s EventDetailInfo property is set to True).

Inheritance

TObject
TPersistent
TCollection
TcxSchedulerEventImages
See Also