Back to Devexpress

TcxSchedulerHeaderImagePosition Enum

vcl-cxschedulercustomcontrols-6efef10f.md

latest1.5 KB
Original Source

TcxSchedulerHeaderImagePosition Enum

Enumerates the available positions of the resource icon relative to the resource name in the resource header.

Declaration

delphi
TcxSchedulerHeaderImagePosition = (
    ipLeft,
    ipTop,
    ipRight,
    ipBottom
);

Members

Name
ipLeft
ipTop
ipRight
ipBottom

Remarks

Values include:

ValueMeaning
ipLeftThe icon resides to the left of the resource name.
ipTopThe icon resides to the top of the resource name.
ipRightThe icon resides to the right of the resource name.
ipBottomThe icon resides to the bottom of the resource name.

Note

If the resource headers reside on the left side of the scheduling area (when scheduling under the Week, Weeks, or TimeGrid View and if the schedules are grouped by dates), then the meaning of the enumeration’s values changes, so that each enumeration value is treated as though it’s shifted back by one position (the position of an image is shifted counterclockwise around its caption by an angle of 90 degrees).

See Also

TcxSchedulerResourceHeaders.ImagePosition

cxSchedulerCustomControls Unit