NavGroupCollection.Item[String] Property
In This Article
Gets an item of the collection by its name.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string value specifying the name of the desired group. |
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
The parameter value is compared to the ComponentCollectionItem.Name property of NavBarGroup objects when searching.
See Also