Back to Devexpress

ASPxGaugeControl.ClientSideEvents Property

aspnet-devexpress-dot-web-dot-aspxgauges-dot-aspxgaugecontrol-1f7a2331.md

latest1.8 KB
Original Source

ASPxGaugeControl.ClientSideEvents Property

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

Namespace : DevExpress.Web.ASPxGauges

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

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public CustomCallbackClientSideEvents ClientSideEvents { get; }
vb
Public ReadOnly Property ClientSideEvents As CustomCallbackClientSideEvents

Property Value

TypeDescription
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

Client-Side Events

ASPxGaugeControl Class

ASPxGaugeControl Members

DevExpress.Web.ASPxGauges Namespace