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

Specifies the kind of tab slants.

#Declaration

Delphi
property Kind: TcxTabSlantKind read; write; default skSlant;

#Property Value

Type Default
TcxTabSlantKind skSlant

#Remarks

Set the Kind property to specify the appearance aspects (kind) of tab slants used to bend the tabs.

All the possible values are listed in the following table.

Value Meaning Example
skCutCorner Tabs appear with cut corners.
skSlant Tabs appear with their sides bent by slants.

The default value of the Kind property is skSlant.

See Also