Back to Devexpress

LayoutGroup.AddGroup Method

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

latest1.6 KB
Original Source

LayoutGroup.AddGroup Method

NameParametersDescription
AddGroup()noneCreates a new group and adds it to the current group.
AddGroup(BaseLayoutItem, InsertType)baseItem, insertTypeCreates a new group at a position relative to an item within the current group.
AddGroup(LayoutGroup, BaseLayoutItem, InsertType)newGroup, baseItem, insertTypeInserts the specified group at a position relative to an item within the current group.
AddGroup(LayoutGroup)newGroupInserts the specified group to the current group.
AddGroup(String, BaseLayoutItem, InsertType)text, baseItem, insertTypeCreates a new group with the specified caption at a position relative to an item within the current group.
AddGroup(String)textCreates a new group with the default layout type and the specified caption, and adds it to the current group.