Skip to main content

BootstrapAccordionItems.Item[Int32] Property

Returns a NavBarItem object from the BootstrapAccordionItems at the specified index.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.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 BootstrapAccordionItems.

Property Value

Type Description
BootstrapAccordionItem

A BootstrapAccordionItem object representing an item with the specified index.

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