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

BarLinkContainerItem.AddItems(BarItem[]) Method

Adds links to an array of items.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

public virtual void AddItems(
    BarItem[] items
)

Parameters

Name Type Description
items BarItem[]

An array of BarItem objects that specifies items, to which links are added.

Remarks

Use the AddItems method to add a number of links to the container item simultaneously. Items are added to the end of the BarCustomContainerItem.ItemLinks collection.

The BarLinkContainerItem.LinkAdded event is raised for each added item.

See Also