NavigationBarItem.Collection Property
In This Article
Returns the collection to which the current object belongs.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
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