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.MultilineCaptions Property

Specifies whether the text in the resource header’s caption can be wrapped to the caption’s rectangle.

#Declaration

Delphi
property MultilineCaptions: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

The text which appears in the header’s caption is the resource’s name (see the TcxSchedulerStorageResourceItem.Name property).

Set the MultilineCaptions property to True to wrap the text. Otherwise the text will reside in a single line. If the text doesn’t fit the rectangle’s width, it will be clipped.

The default value of the MultilineCaptions property is False.

See Also