Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerEventImages Class

Implements a collection, which contains user event icons.

#Declaration

Delphi
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