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

TcxCustomTabControl Class

Serves as the base class for tab controls.

#Declaration

#Remarks

Tab controls allow you to arrange controls across a number of pages. An end-user can switch between pages by clicking corresponding tabs. This allows you to create a multiple page dialog box. Tab controls provide a number of properties and events that allow you to control the look & feel of tabs and to respond to changes to the selected tab. In addition, tab controls provide eleven predefined painting styles.

The TcxCustomTabControl class implements all functionality mentioned above. It serves as the base for the TcxTabControl and TcxPageControl controls. The TcxPageControl manages a number of pages (container controls) that are displayed when the corresponding tab is selected. The TcxTabControl, in turn, provides a single page whose contents must be updated when the selected tab changes.

See Also