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

TcxTab Class

An individual tab within the TcxTabControl control.

#Declaration

#Remarks

The TcxTabControl gives you the ability to create and customize a number of tabs. Tabs are accessed via its Tabs property and can be created at design-time using the String List Editor. The Tabs property is represented by the TcxTabs class and stores a collection of TcxTab objects each representing an individual tab.

The TcxTab class provides a number of properties affecting the appearance and behavior of a tab.

Note

Do not destroy TcxTab objects directly. Call a tab collection’s Delete procedure instead.

#Inheritance

See Also