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

TcxSchedulerEventImageItem Class

Represents the user event icon.

#Declaration

Delphi
TcxSchedulerEventImageItem = class(
    TCollectionItem
)

#Remarks

The TcxSchedulerEventImageItem class allows the visibility of the icon to be specified (see the AutoHide and Visible properties) and its dimensions to be determined (see the Bounds, Height and Width properties). As for predefined icons this class declares the ImageType property to determine the icon’s type.

The icons which will be displayed within a user event’s rectangle are stored in the TcxSchedulerEventImages collection. Use the collection’s Items property for indexed access to individual TcxSchedulerEventImageItem objects.

#Inheritance

TObject
TPersistent
TCollectionItem
TcxSchedulerEventImageItem
See Also