Skip to main content
All docs
V18.2

DashboardViewerSettings.ClientSideEvents Property

Provides access to the client-side events specific to the DashboardViewer.

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public DashboardClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
DashboardClientSideEvents

A DashboardClientSideEvents object that provides client-side events to the DashboardViewerSettings.

See Also