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

Specifies tab panel position and orientation.

#Declaration

Delphi
property TabPosition: TcxTabPosition read; write; default tpTop;

#Property Value

Type Default
TcxTabPosition tpTop

#Remarks

Options include:

Value Description
tpTop The tab panel resides horizontally at the top of a control.
tpBottom The tab panel resides horizontally at the bottom of a control.
tpLeft The tab panel resides vertically to the left of a control.
tpRight The tab panel resides vertically to the right of a control.

Note

By default, tabs are automatically rotated in vertically oriented tab panels. You can change the default tab orientation via the Rotate property. To control if the ClearType antialiasing is applied to a rotated text in your application, use the dxUseAntialiasingForRotatedText global constant.

The default value of the TabPosition property is tpTop.

See Also