NavBarItems.Item[Int32] Property
In This Article
Returns a NavBarItem object from the NavBarItems at the specified index.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value representing the zero-based index of the Nav |
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
The property allows you to get access to a particular NavBarItem within the NavBarItems by its index. To iterate through all items of the NavBarItems, use the Item property together with the NavBarItems.Count property.
See Also