Back to Devexpress

TcxSchedulerEventImagesLayout Enum

vcl-cxschedulercustomresourceview-86ff5578.md

latest1.4 KB
Original Source

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’sViewTimeGrid.EventDetailInfo property is set to True ).

Options include:

ValueMeaning
eilAutoIcons are arranged along the X and/or Y axis depending upon the space available
eilHorizontalIcons are arranged horizontally
eilVerticalIcons are arranged vertically

See Also

TcxScheduler.OnInitEventImages

TcxSchedulerCustomResourceView.EventImagesLayout

TcxSchedulerEventImages.Layout

cxSchedulerCustomResourceView Unit