Back to Devexpress

LayoutControl.AddGroup Method

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

latest1.6 KB
Original Source

LayoutControl.AddGroup Method

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