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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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