BootstrapAccordion.GroupDataBound Event
Occurs after a group has been bound to a data source.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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