NavBarItem.Collection Property
Gets the collection to which an item belongs.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
NavItemCollection | A NavItemCollection collection which owns an item. |
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