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

TcxCustomTabControlProperties.MultiLineTabCaptions Property

Specifies if tab captions can occupy multiple lines.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Options include:

Value

Meaning

Example

True

Tabs automatically wrap their captions to fit the specified width.

Use carriage returns (#13 characters) to add line breaks to tab captions, as illustrated for the “Mortgage Rates” tab in the image below.

False

Tab captions occupy one line and ignore carriage returns.

Note

All paint styles, except for Slanted and OneNote, support multi-line tab captions.

The default value of the MultiLineTabCaptions property is False.

See Also