Skip to main content
Tab

RoundPanelClientSideEvents Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class RoundPanelClientSideEvents :
    CallbackClientSideEventsBase

The following members return RoundPanelClientSideEvents objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxRoundPanel.ClientSideEvents
ASP.NET MVC Extensions RoundPanelSettings.ClientSideEvents

Remarks

The RoundPanelClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxClientRoundPanel object. Property names are the names of the available client events.

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

A RoundPanelClientSideEvents object is automatically created when a server-side ASPxRoundPanel object is being initialized.

Implements

See Also