Skip to main content
All docs
V18.2

ASPxDashboardViewer.ClientSideEvents Property

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public DashboardClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
DashboardClientSideEvents

A DashboardClientSideEvents object which allows assigning handlers to the client-side events available to the ASPxDashboardViewer control.

Remarks

To learn more, see Client-Side Functionality.

See Also