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

NavigationBarItem.Collection Property

Returns the collection to which the current object belongs.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Description
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