Skip to main content
Bar

BarLinkContainerItem.AddItems(BarItem[]) Method

Adds links to an array of items.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AddItems(BarItem[]) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also