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

PanelClientSideEvents Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PanelClientSideEvents :
    ClientSideEvents

The following members return PanelClientSideEvents objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxPanel.ClientSideEvents
ASP.NET MVC Extensions PanelSettings.ClientSideEvents

Remarks

The PanelClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxPanel. 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 ASPxPanel.

A PanelClientSideEvents object is automatically created when a server-side ASPxPanel object is being initialized.

Implements

See Also