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

BarItemLinkCollection.AddRange(IEnumerable<BarItem>) Method

Adds BarItemLinks for each of the target BarItem objects.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void AddRange(
    IEnumerable<BarItem> items
)

Parameters

Name Type Description
items IEnumerable<BarItem>

An IEnumerable object containing BarItems, for which BarItemLinks should be added to this BarItemLinkCollection.

See Also