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

DashboardExtensionSettings.ClientSideEvents Property

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

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v19.1.Web.Mvc5.dll

Declaration

public DashboardControlClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
DashboardControlClientSideEvents

A DashboardControlClientSideEvents object which allows assigning handlers to the client-side events available to the DashboardExtension.

Remarks

To learn more, see Client-Side Functionality.

See Also