Skip to main content

TcxSchedulerEventImageItem Class

Represents the user event icon.

Declaration

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