Skip to main content
Bar

BarItems.AddRange(BarItem[]) Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.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