aspnet-devexpress-dot-web-7fcdf7cb.md
Contains a list of the client-side events available for a menu.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class MenuClientSideEvents :
ClientSideEvents
Public Class MenuClientSideEvents
Inherits ClientSideEvents
The following members return MenuClientSideEvents objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxMenuBase.ClientSideEvents |
| ASP.NET MVC Extensions | MenuSettingsBase.ClientSideEvents |
The MenuClientSideEvents class contains properties corresponding to the client-side events specific to a client menu object (ASPxClientMenu or ASPxClientPopupMenu). Property names represent the names of the available client menu’s events.
Each property of this type provides the ability to assign an appropriate JavaScript handler function to the corresponding client-side event of a menu control.
An instance of the MenuClientSideEvents class is automatically created when initializing a server-side menu object (ASPxMenu or ASPxPopupMenu).
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents MenuClientSideEvents
See Also