Back to Devexpress

LayoutGroup.AddItem Method

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

latest2.0 KB
Original Source

LayoutGroup.AddItem Method

NameParametersDescription
AddItem()noneCreates a new layout item and adds it to the current group.
AddItem(BaseLayoutItem, BaseLayoutItem, InsertType)newItem, baseItem, insertTypeInserts the specified item at a position relative to another item within the current group.
AddItem(BaseLayoutItem, InsertType)baseItem, insertTypeCreates a new layout item at a position relative to an item within the current group.
AddItem(BaseLayoutItem)newItemInserts the specified item to the current group.
AddItem(String, BaseLayoutItem, BaseLayoutItem, InsertType)text, newItem, baseItem, insertTypeInserts 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, insertTypeCreates a new layout item with the specified text at a position relative to an item within the current group.
AddItem(String)textCreates a new layout item with the specified text and adds it to the current group.