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

Returns the collection of tabs displayed by a tab control.

#Declaration

Delphi
property Tabs: TcxTabs read; write;

#Property Value

Type
TcxTabs

#Remarks

Use the Tabs property to access properties of each individual tab (a TcxTab object) displayed by a tab control. At design time, you can use this property to specify the number of tabs and their captions via the String List Editor.

See Also