BootstrapAccordion.HeaderClick Event
Fires when a group header is clicked.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Event Data
The HeaderClick event's data class is BootstrapAccordionGroupCancelEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the command which raised an event should be canceled. Inherited from NavBarGroupCancelEventArgs. |
Group | Gets a group for which the event is fired. |
See Also