Back to Devexpress

TabbedGroup.AddTabPage Method

windowsforms-devexpress-dot-xtralayout-dot-tabbedgroup-dot-addtabpage.md

latest1.4 KB
Original Source

TabbedGroup.AddTabPage Method

NameParametersDescription
AddTabPage()noneAdds a new tabbed page to the current tabbed group.
AddTabPage(LayoutGroup, String, Boolean)newItem, text, selectTabPageAppends the specified tab page to the TabbedGroup.TabPages collection.
AddTabPage(LayoutGroup, String)newItem, textAppends the specified tab page with the specified text to the TabbedGroup.TabPages collection.
AddTabPage(LayoutGroup)newItemAppends the specified tab page to the TabbedGroup.TabPages collection.
AddTabPage(String)textCreates a new tab page with the specified text and appends it to the TabbedGroup.TabPages collection.