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

TcxSchedulerResourceHeaders.ImagePosition Property

Specifies where the resource’s icon is positioned relative to the resource’s name in the resource header.

#Declaration

Delphi
property ImagePosition: TcxSchedulerHeaderImagePosition read; write;

#Property Value

Type
TcxSchedulerHeaderImagePosition

#Remarks

Four positions can be specified for the icon (relative to the resource’s name) – top, bottom, left and right. If the resource’s caption is rotated (see the RotateCaptions property), then the above positions will be shifted counterclockwise by an angle of 90 degrees.

Note

the resource’s caption can be only rotated when scheduling under the Week, Weeks, or TimeGrid View and if schedules are grouped by dates.

See Also