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