MenuClientSideEvents Properties
Contains a list of the client-side events available for a menu.Name | Description |
---|---|
CloseUp | Gets or sets the name of the JavaScript function or the entire code which will handle a client menu’s ASPxClientMenuBase.CloseUp event. |
Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
ItemClick | Gets or sets the name of the JavaScript function or the entire code which will handle a client menu’s ASPxClientMenuBase.ItemClick event. |
ItemMouseOut | Gets or sets the name of the JavaScript function or the entire code which will handle a client menu’s ASPxClientMenuBase.ItemMouseOut event. |
ItemMouseOver | Gets or sets the name of the JavaScript function or the entire code which will handle a client menu’s ASPxClientMenuBase.ItemMouseOver event. |
PopUp | Gets or sets the name of the JavaScript function or the entire code which will handle a client menu’s ASPxClientMenuBase.PopUp event. |
See Also