Skip to main content

TcxSchedulerEventImageItem.ImageType Property

Gets the current icon’s type.

Declaration

property ImageType: TcxSchedulerEventImageType read;

Property Value

Type
TcxSchedulerEventImageType

Remarks

A set of icons is used to visually represent the status of the user event. For example, a bell icon is used to inform an end-user that a reminder is switched on for the user event. For a complete list of the icon types and their descriptions see the TcxSchedulerEventImageType enumeration.

Use the ImageType property to determine the current icon’s type (for example, when you perform custom drawing or when handle the scheduler’s OnInitEventImages event).

See Also