Skip to main content
A newer version of this page is available. .

LayoutControlGroup.AddItem() Method

Creates a new layout item with the default layout type and adds it to the current group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public LayoutControlItem AddItem()

Returns

Type Description
LayoutControlItem

The newly created item.

Remarks

This method overrides the base LayoutGroup.AddItem method to create a LayoutControlItem object. For more information, refer to the corresponding LayoutGroup.AddItem method overload.

See Also