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

Specifies whether tabs are arranged across several rows.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Tabs can be arranged across a number of rows. Set the MultiLine property to True for this purpose. If so, tabs are automatically arranged into the minimum number of rows required to fit all of them.

If the MultiLine property value is False, tabs are displayed within a single row. In such an instance, they may not fit into the tab control area. The navigator bar is used to navigate through pages in such a case.

The default value of the MultiLine property is False.

See Also