A newer version of this page is available.
Switch to the current version.
BootstrapAccordion.ItemDataBound Event
Occurs after an item has been bound to a data source.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public event BootstrapAccordionItemEventHandler ItemDataBound
Public Event ItemDataBound As BootstrapAccordionItemEventHandler
Event Data
The ItemDataBound 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
Feedback