Back to Devexpress

MenuSettingsBase.ClientSideEvents Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-menusettingsbase-e0d234ed.md

latest1.9 KB
Original Source

MenuSettingsBase.ClientSideEvents Property

Gets an object that lists the client-side events specific to the Menu.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MenuClientSideEvents ClientSideEvents { get; }
vb
Public ReadOnly Property ClientSideEvents As MenuClientSideEvents

Property Value

TypeDescription
MenuClientSideEvents

A MenuClientSideEvents object that allows you to handle the component’s client-side events.

|

Remarks

The ClientSideEvents property provides access to a MenuClientSideEvents object, which contains properties whose names correspond to the events available to the Menu on the client side. These properties enable handling events by assigning the JavaScript functions to the required client-side events of Menu.

See Also

Client-Side Functionality

Menu

MenuSettingsBase Class

MenuSettingsBase Members

DevExpress.Web.Mvc Namespace