Skip to main content

BootstrapClientAccordionItem.navBar Property

Gets the BootstrapClientAccordion object to which the current item belongs.

Declaration

navBar: BootstrapClientAccordion

Property Value

Type Description
BootstrapClientAccordion

A BootstrapClientAccordion object that is the item’s owner.

Remarks

Use the navBar property to identify and access the BootstrapClientAccordion object which owns the current item.

See Also