NavigationBarItem.Collection Property
Returns the collection to which the current object belongs.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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