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

TcxSchedulerOptionsView.ResourceHeaders Property

Represents settings for the resource header.

#Declaration

Delphi
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