NavBarGroupCollection.Item[String] Property
In This Article
Provides access to individual NavBarGroups by their names.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value specifying the name for the Nav |
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#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