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

BootstrapAccordion.HeaderClick Event

Fires when a group header is clicked.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public event BootstrapAccordionGroupCancelEventHandler HeaderClick

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