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 Class

Contains settings for the resource header.

#Declaration

Delphi
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