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

TcxTab.Caption Property

Specifies a tab caption.

#Declaration

Delphi
property Caption: string read; write;

#Property Value

Type
string

#Remarks

Truncated tab captions display an ellipsis to indicate that a tab’s width is insufficient to display them entirely. Set a tab control’s Properties.MultiLineTabCaptions property to True to allow tab captions to occupy multiple lines.

To manage tabs at design time

  1. Switch to the Object Inspector.

  2. Click the ellipsis button next to the tab control’s Properties.Tabs property.

  3. Manage tab captions as strings in the opened String List Editor window.

See Also