Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

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