Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutControl.AddGroup Method

Name Parameters Description
AddGroup() none Creates a new layout group with the default layout type and adds it to the root group.
AddGroup(BaseLayoutItem, InsertType) baseItem, insertType Creates a new layout group at a position relative to an item within the root group.
AddGroup(LayoutGroup, BaseLayoutItem, InsertType) newGroup, baseItem, insertType Inserts the specified layout group at a position relative to an item within the root group.
AddGroup(LayoutGroup) newGroup Inserts the specified layout group to the root group.
AddGroup(String, BaseLayoutItem, InsertType) text, baseItem, insertType Creates a new layout group with the specified caption at a position relative to an item within the root group.
AddGroup(String) text Creates a new layout group with the default layout type and the specified caption, and adds it to the root group.