ASPxGaugeControl.ClientSideEvents Property
Gets an object that lists the client-side events specific to the ASPxGaugeControl.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Property Value
Type | Description |
---|---|
CustomCallbackClientSideEvents | An object that allows you to handle ASPxGaugeControl‘s client-side events. |
Remarks
The ClientSideEvents property provides access to the properties whose names correspond to the events available to a ASPxGaugeControl on the client side. These properties provide the capability to assign JavaScript handlers to the required client-side events.
See Also