A newer version of this page is available.
Switch to the current version.
BootstrapAccordionItems.Item[Int32] Property
Returns a NavBarItem object from the BootstrapAccordionItems at the specified index.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapAccordionItem this[int index] { get; }
Public ReadOnly Property Item(index As Integer) As BootstrapAccordionItem
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
Feedback