Skip to main content

TcxSchedulerHeaderImagePosition Enum

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

Declaration

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

Members

Name
ipLeft
ipTop
ipRight
ipBottom

Remarks

Values include:

Value Meaning
ipLeft The icon resides to the left of the resource name.
ipTop The icon resides to the top of the resource name.
ipRight The icon resides to the right of the resource name.
ipBottom The 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