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

BootstrapPopupMenu.ItemClick Event

Fires after a menu item has been clicked.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public event BootstrapMenuItemEventHandler ItemClick

Event Data

The ItemClick 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