NavigationBarItem.Collection Property
Returns the collection to which the current object belongs.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| DevExpress.XtraBars.Navigation.NavigationBarItemCollection | The collection to which the current object belongs. |
Remarks
Use the OfficeNavigationBar.Items property to access items that belong to the OfficeNavigationBar control.
See Also