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

BootstrapAccordion.GroupDataBound Event

Occurs after a group has been bound to a data source.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public event BootstrapAccordionGroupEventHandler GroupDataBound

Event Data

The GroupDataBound 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.
See Also