Back to Devexpress

NavigationBarItem.Collection Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationbaritem-af27ca63.md

latest1.5 KB
Original Source

NavigationBarItem.Collection Property

Returns the collection to which the current object belongs.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
DevExpress.XtraBars.Navigation.NavigationBarItemCollection

The collection to which the current object belongs.

|

Remarks

Use the OfficeNavigationBar.Items property to access items that belong to the OfficeNavigationBar control.

See Also

Items

NavigationBarItem Class

NavigationBarItem Members

DevExpress.XtraBars.Navigation Namespace