NavBarItem.Collection Property
In This Article
Gets the collection to which an item belongs.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
Items are created via the NavItemCollection.Add method. This method assigns the caller NavItemCollection object to the Collection property of the created item.
See Also