Skip to main content

LayoutGroupItemCollection.AddItem() Method

Creates a new LayoutControlItem and places it inside this LayoutGroupItemCollection.

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LayoutItem AddItem()

Returns

Type Description
LayoutItem

A LayoutControlItem object that has been created.

See Also