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.ImageType Property

Gets the current icon’s type.

#Declaration

Delphi
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