BarItems.AddRange(BarItem[]) Method
Adds an array of bar items to the end of the BarItems collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | BarItem[] | An array of bar items which should be added to the BarItems. |
See Also