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

TcxSchedulerEventImagesLayout Enum

Enumerates the available types of icon layout in the user event‘s rectangle.

#Declaration

Delphi
TcxSchedulerEventImagesLayout = (
    eilAuto,
    eilHorizontal,
    eilVertical
);

#Members

Name
eilAuto
eilHorizontal
eilVertical

#Remarks

Positioning icons within the user event will be in effect when scheduling in the Day or TimeGrid View (if the scheduler’s ViewTimeGrid.EventDetailInfo property is set to True).

Options include:

Value Meaning
eilAuto Icons are arranged along the X and/or Y axis depending upon the space available
eilHorizontal Icons are arranged horizontally
eilVertical Icons are arranged vertically
See Also