Back to Devexpress

NavBarGroupCollection.Item[String] Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbargroupcollection-dot-item-x28-system-dot-string-x29.md

latest2.1 KB
Original Source

NavBarGroupCollection.Item[String] Property

Provides access to individual NavBarGroups by their names.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public NavBarGroup this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As NavBarGroup

Parameters

NameTypeDescription
nameString

A String value specifying the name for the NavBarGroup to be obtained.

|

Property Value

TypeDescription
NavBarGroup

A NavBarGroup object with the specified name, contained in the current NavBarGroupCollection.

|

Remarks

A collection of the NavBarGroups contained within the current NavBarControl can be obtained via the NavBarControl.Groups property. Use the Item indexer to access a specified NavBarGroup object stored in a NavBarGroupCollection.

See Also

Groups

Item[String]

NavBarGroupCollection Class

NavBarGroupCollection Members

DevExpress.Xpf.NavBar Namespace