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

Bars.AddRange(Bar[]) Method

Adds an array of bars to the end of the Bars collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public virtual void AddRange(
    Bar[] bars
)

Parameters

Name Type Description
bars Bar[]

An array of bars which to be added to the Bars collection.

See Also