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

Specifies the type of the icons arrangement within the user event‘s rectangle.

#Declaration

Delphi
property Layout: TcxSchedulerEventImagesLayout read; write;

#Property Value

Type
TcxSchedulerEventImagesLayout

#Remarks

The available icon arrangements are specified by the TcxSchedulerEventImagesLayout enumeration.

Use the Layout property to specify how icons will be organized within the user event when scheduling in the Day or TimeGrid View (if the TimeGrid View’s EventDetailInfo property is set to True).

See Also