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

TcxTabSlants.Positions Property

Specifies the positions (sides) at which the tabs are bent.

#Declaration

Delphi
property Positions: TcxTabSlantPositions read; write; default cxTabSlantDefaultPositions;

#Property Value

Type Default
TcxTabSlantPositions cxTabSlantDefaultPositions

#Remarks

Set the Positions property to specify the sides at which the tabs are bent by slants.

All the possible values are listed in the following table.

Value Meaning
spLeft Slants bend left sides of the tabs.
spRight Slants bend right sides of the tabs.

Here is a sample screenshot of a tab control when its Positions property is set to [spLeft, spRight].

The default value of the Positions property is [spLeft].

See Also