BootstrapClientAccordion.GetActiveGroup Method
Returns the Accordion control’s active group.
Declaration
GetActiveGroup(): BootstrapClientAccordionGroup
Returns
Type | Description |
---|---|
BootstrapClientAccordionGroup | A BootstrapClientAccordionGroup object that represents 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 GetActiveGroup method can be used on the client side to obtain the active group within the Accordion control.
Note that if the ASPxNavBar.AutoCollapse property is set to false, the GetActiveGroup method is not in effect and returns null (Nothing in Visual Basic).
See Also