MenuClientSideEvents Class
Contains a list of the client-side events available for a menu.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return MenuClientSideEvents objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxMenuBase.ClientSideEvents |
ASP.NET MVC Extensions | MenuSettingsBase.ClientSideEvents |
Remarks
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).