Skip to main content
Bar

BarItemLinkCollection.AddRange(IEnumerable<BarItem>) Method

Adds BarItemLinks for each of the target BarItem objects.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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