Skip to main content
A newer version of this page is available. .

BootstrapAccordion.ExpandedChanged Event

Fires on the server side after a group’s expansion state has been changed.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public event BootstrapAccordionGroupEventHandler ExpandedChanged

Event Data

The ExpandedChanged event's data class is BootstrapAccordionGroupEventArgs. The following properties provide information specific to this event:

Property Description
Group Gets a group for which the event is fired.

Remarks

Write an ExpandedChanged event handler to perform specific actions on the server side after each time a group’s expansion state has been changed. You can use the event parameter’s NavBarGroupEventArgs.Group property to identify the group which has been expanded or collapsed.

See Also