Skip to main content

BootstrapMenu.ItemDataBound Event

Occurs after a menu item 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 BootstrapMenuItemEventHandler ItemDataBound

Event Data

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

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