Skip to main content

BootstrapClientAccordion.SetActiveGroup(group) Method

Makes the specified group active.

Declaration

SetActiveGroup(
    group: BootstrapClientAccordionGroup
): void

Parameters

Name Type Description
group BootstrapClientAccordionGroup

A BootstrapClientAccordionGroup object that specifies the active group.

Remarks

When the ASPxNavBar.AutoCollapse property of an Accordion control is set to true, only one group can be expanded within the Accordion at a time. This single expanded group is called the Accordion’s active group. In this mode, the SetActiveGroup method can be used on the client side to specify the active group within the Accordion control.

Note that if the ASPxNavBar.AutoCollapse property is set to false, the SetActiveGroup method is not in effect.

See Also