Back to Devexpress

LayoutControlGroup.AddItem Method

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

latest1.9 KB
Original Source

LayoutControlGroup.AddItem Method

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