TcxSchedulerOptionsView.ResourceHeaders Property
Represents settings for the resource header.
Declaration
property ResourceHeaders: TcxSchedulerResourceHeaders read; write;
Property Value
Type |
---|
TcxSchedulerResourceHeaders |
Remarks
These settings allow the height of the resource header (see the Height property) and the position of the resource’s icon relative to the resource’s name (see the ImagePosition property) to be specified. You can also specify whether the resource’s name can be wrapped to the resource header’s rectangle (see the MultilineCaptions property), and whether the resource’s name can be rotated by 90 degrees.
See Also