Back to Devexpress

LayoutControl.AddTabbedGroup Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-dot-addtabbedgroup.md

latest1.1 KB
Original Source

LayoutControl.AddTabbedGroup Method

NameParametersDescription
AddTabbedGroup()noneCreates a new tabbed group with the default layout type and adds it to the root group.
AddTabbedGroup(BaseLayoutItem, InsertType)baseItem, insertTypeCreates a new tabbed group and adds it at a position relative to an item within the root group.
AddTabbedGroup(TabbedGroup, BaseLayoutItem, InsertType)newTabbedGroup, baseItem, insertTypeInserts the specified tabbed group at a position relative to an item within the root group.
AddTabbedGroup(TabbedGroup)newTabbedGroupInserts the specified tabbed group to the root group.