RoundPanelClientSideEvents Class
Contains a list of the client-side events available for the ASPxRoundPanel control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class RoundPanelClientSideEvents :
CallbackClientSideEventsBase
#Related API Members
The following members return RoundPanelClientSideEvents objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Round |
#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.