Skip to main content

NavBarItemCollection.Item[String] Property

Provides access to individual NavBarItems by their names.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public object this[string name] { get; }

Parameters

Name Type Description
name String

A String value specifying the name for the child object to be obtained.

Property Value

Type Description
Object

An object with the specified name, contained in the current NavBarItemCollection.

Remarks

A collection of the NavBarItems contained within the current NavBarGroup can be obtained via the NavBarGroup.Items property. Use the Item indexer to access a specified NavBarItem object stored in a NavBarItemCollection.

See Also