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

ASPxChartDesigner.ClientSideEvents Property

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

Namespace: DevExpress.XtraCharts.Web.Designer

Assembly: DevExpress.XtraCharts.v19.2.Web.dll

Declaration

public ChartDesignerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
ChartDesignerClientSideEvents

A ChartDesignerClientSideEvents object which allows assigning handlers to the client-side events available to the ASPxChartDesigner.

Remarks

This object contains properties whose names correspond to the events available to the ASPxChartDesigner on the client side. These properties enable handling the events by assigning the JavaScript functions to the required client-side events of the ASPxChartDesigner.

For more information, refer to Handling Client-side Scripts.

See Also