Back to Devexpress

LayoutGroup.AddItem(String) Method

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-dot-additem-x28-system-dot-string-x29.md

latest2.2 KB
Original Source

LayoutGroup.AddItem(String) Method

Creates a new layout item with the specified text and adds it to the current group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public LayoutItem AddItem(
    string text
)
vb
Public Function AddItem(
    text As String
) As LayoutItem

Parameters

NameTypeDescription
textString

A String value that specifies the layout item’s text.

|

Returns

TypeDescription
LayoutItem

The created layout item.

|

Remarks

The default layout type is determined by the LayoutGroup.DefaultLayoutType property. By default, it is set to LayoutType.Vertical, so the new item is positioned at the bottom of the current group. If this property is set to LayoutType.Horizontal, the new item is positioned at the current group’s right edge.

To assign a control to the new LayoutControlItem object, use its LayoutControlItem.Control property.

See Also

AddGroup

Remove(BaseLayoutItem)

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace