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

LayoutGroup.AddItem Method

Name Parameters Description
AddItem() none Creates a new layout item and adds it to the current group.
AddItem(BaseLayoutItem, BaseLayoutItem, InsertType) newItem, baseItem, insertType Inserts the specified item at a position relative to another item within the current group.
AddItem(BaseLayoutItem, InsertType) baseItem, insertType Creates a new layout item at a position relative to an item within the current group.
AddItem(BaseLayoutItem) newItem Inserts the specified item to the current group.
AddItem(String, BaseLayoutItem, BaseLayoutItem, InsertType) text, newItem, baseItem, insertType Inserts the specified item at a position relative to another item within the current group. Allows the new text to be specified for the item.
AddItem(String, BaseLayoutItem, InsertType) text, baseItem, insertType Creates a new layout item with the specified text at a position relative to an item within the current group.
AddItem(String) text Creates a new layout item with the specified text and adds it to the current group.