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

TabbedGroup.AddTabPage Method

Name Parameters Description
AddTabPage() none Adds a new tabbed page to the current tabbed group.
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 TabbedGroup.TabPages collection.
AddTabPage(LayoutGroup) newItem Appends the specified tab page to the TabbedGroup.TabPages collection.
AddTabPage(String) text Creates a new tab page with the specified text and appends it to the TabbedGroup.TabPages collection.