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

TabbedControlGroup.AddTabPage Method

Name Parameters Description
AddTabPage() none Creates a new tab page and appends it to the TabbedControlGroup.TabPages collection.
AddTabPage(LayoutGroup, String, Boolean) newItem, text, selectTabPage Appends the specified tab page to the TabbedGroup.TabPages collection.
AddTabPage(LayoutGroup, String) newItem, text Appends the specified tab page with the specified text to the TabbedControlGroup.TabPages collection.
AddTabPage(LayoutGroup) newItem Appends the specified tab page to the TabbedControlGroup.TabPages collection.
AddTabPage(String) text Creates a new tab page with the specified text and appends it to the TabbedControlGroup.TabPages collection.