Back to Devexpress

NavBarItem.Collection Property

windowsforms-devexpress-dot-xtranavbar-dot-navbaritem-60afe3b6.md

latest1.5 KB
Original Source

NavBarItem.Collection Property

Gets the collection to which an item belongs.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public NavItemCollection Collection { get; }
vb
<Browsable(False)>
Public ReadOnly Property Collection As NavItemCollection

Property Value

TypeDescription
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

Add

NavItemCollection

NavBarItem Class

NavBarItem Members

DevExpress.XtraNavBar Namespace