Skip to main content

BootstrapClientAccordionGroup.navBar Property

Gets the BootstrapClientAccordion object to which the current group belongs.

Declaration

navBar: BootstrapClientAccordion

Property Value

Type Description
BootstrapClientAccordion

A BootstrapClientAccordion object that is the group’s owner.

Remarks

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

See Also