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

MenuClientSideEvents Class

Contains a list of the client-side events available for a menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class MenuClientSideEvents :
    ClientSideEvents

The following members return MenuClientSideEvents objects:

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).

Implements

See Also