TcxSchedulerResourceHeaders.ImagePosition Property
Specifies where the resource’s icon is positioned relative to the resource’s name in the resource header.
Declaration
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