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

ASPxGaugeControl.ClientSideEvents Property

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

Namespace: DevExpress.Web.ASPxGauges

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

Declaration

public CustomCallbackClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
CustomCallbackClientSideEvents

A CustomCallbackClientSideEvents object that allows assigning handlers to the client-side events available to the ASPxGaugeControl.

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