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

TcxTreeListCaption.MultiLine Property

Specifies whether the caption’s text can be displayed in several lines.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

The property is only in effect when the caption width is insufficient to display its entire text. When the property is set to True, the text can be displayed in multiple lines within the caption (if the caption area is tall enough). If set to False, text clipping may occur.

To allow the height of band rows to be automatically adjusted to completely display column header captions, set the TreeList control’s OptionsView.HeaderAutoHeight property to True.

The default value of the MultiLine property is False.

See Also