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

BarItems.AddRange(BarItem[]) Method

Adds an array of bar items to the end of the BarItems collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void AddRange(
    BarItem[] items
)

Parameters

Name Type Description
items BarItem[]

An array of bar items which should be added to the BarItems.

See Also