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

BootstrapAccordion.ItemClick Event

Fires after an item has been clicked.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public event BootstrapAccordionItemEventHandler ItemClick

Event Data

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

Property Description
Item Gets an item object related to the event.
See Also