Skip to main content

NavBarItem.Collection Property

Gets the collection to which an item belongs.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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