Back to Devexpress

LayoutGroup.AddTabbedGroup Method

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

latest1.1 KB
Original Source

LayoutGroup.AddTabbedGroup Method

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