BootstrapClientAccordionItem.group Property
Gets the group to which the current item belongs.
Declaration
group: BootstrapClientAccordionGroup
Property Value
Type | Description |
---|---|
BootstrapClientAccordionGroup | A BootstrapClientAccordionGroup object representing the group to which the item belongs. |
Remarks
Use the group property to identify and access the group which owns the current item.
See Also