Skip to main content

ASPxGaugeControl.ClientSideEvents Property

Gets an object that lists the client-side events specific to the ASPxGaugeControl.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v23.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public CustomCallbackClientSideEvents ClientSideEvents { get; }

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