Bars.AddRange(Bar[]) Method
Adds an array of bars to the end of the Bars collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| bars | Bar[] | An array of bars which to be added to the Bars collection. |
See Also