NavItemCollection.AddRange(NavBarItem[]) Method
Adds a specified array of items to the end of the collection.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | NavBarItem[] | An array of NavBarItem objects whose elements are added to the end of the collection. |
See Also