TcxSchedulerEventImagesLayout Enum
Enumerates the available types of icon layout in the user event‘s rectangle.
Declaration
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