Skip to main content
Tab

RibbonClientSideEvents Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class RibbonClientSideEvents :
    ClientSideEvents

The following members return RibbonClientSideEvents objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxRibbon.ClientSideEvents
ASP.NET MVC Extensions RibbonSettings.ClientSideEvents

Remarks

The RibbonClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxRibbon. Property names represent the names of the available client events.

Each property of this type provides the capability of assigning an appropriate JavaScript handler function to the corresponding client-side event of the ASPxRibbon.

A RibbonClientSideEvents object is automatically created when a server-side ASPxRibbon object is being initialized.

Implements

See Also