TcxSchedulerEventImagesLayout Enum
In This Article
Enumerates the available types of icon layout in the user event‘s rectangle.
#Declaration
Delphi
TcxSchedulerEventImagesLayout = (
eilAuto,
eilHorizontal,
eilVertical
);
#Members
Name |
---|
eil
|
eil
|
eil
|
#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 |
---|---|
eil |
Icons are arranged along the X and/or Y axis depending upon the space available |
eil |
Icons are arranged horizontally |
eil |
Icons are arranged vertically |
See Also