TcxSchedulerResourceHeaders Class
Contains settings for the resource header.
Declaration
TcxSchedulerResourceHeaders = class(
TPersistent
)
Remarks
The settings contained in this class allow the height of the resource header to be specified (see the Height property), and the position of the resource’s icon relative to the resource’s name (see the ImagePosition property). You can also specify whether the resource’s name can be wrapped to the resource header’s rectangle (see the MultilineCaptions property). And also whether the resource’s name can be rotated by 90 degrees (when scheduling under the Week, Weeks, or TimeGrid View and if the schedules are grouped by dates – see the RotateCaptions property).
The TcxSchedulerOptionsView.ResourceHeaders property references a TcxSchedulerResourceHeaders object.
Inheritance
TObject
TPersistent
TcxSchedulerResourceHeaders
See Also