Skip to main content
Tab

NavBarClientSideEvents Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class NavBarClientSideEvents :
    CallbackClientSideEventsBase

The following members return NavBarClientSideEvents objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxNavBar.ClientSideEvents
ASP.NET MVC Extensions NavBarSettings.ClientSideEvents

Remarks

The NavBarClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxClientNavBar object. Property names represent the names of the available client navbar’s events.

Each of these properties provides the ability to assign a handling code or the name of a JavaScript handle function to the corresponding client-side event of a navbar control.

An instance of the NavBarClientSideEvents class is automatically created when initializing a server-side ASPxNavBar object.

Implements

See Also