Skip to main content

BootstrapAccordion.GroupDataBound Event

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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