Skip to main content
A newer version of this page is available. .

NavBarItem.Collection Property

Gets the collection to which an item belongs.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v18.2.dll

Declaration

[Browsable(false)]
public NavItemCollection Collection { get; }

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