BootstrapClientMenu Events
Represents a client-side equivalent of the BootstrapMenu control.Name | Description |
---|---|
CloseUp | Occurs on the client side when a submenu closes. Inherited from ASPxClientMenuBase. |
Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
ItemClick | Fires after a menu item has been clicked. Inherited from ASPxClientMenuBase. |
ItemMouseOut | Occurs on the client side when the mouse cursor moves outside a menu item. Inherited from ASPxClientMenuBase. |
ItemMouseOver | Occurs on the client side when the mouse cursor is moved into a menu item. Inherited from ASPxClientMenuBase. |
PopUp | Occurs on the client side when a submenu pops up. Inherited from ASPxClientMenuBase. |
See Also