Back to Devexpress

ASPxDashboard.ClientSideEvents Property

dashboard-devexpress-dot-dashboardweb-dot-aspxdashboard-8d6cfdbf.md

latest1.7 KB
Original Source

ASPxDashboard.ClientSideEvents Property

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

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public DashboardControlClientSideEvents ClientSideEvents { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ClientSideEvents As DashboardControlClientSideEvents

Property Value

TypeDescription
DashboardControlClientSideEvents

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

|

Remarks

To learn more, see Client-Side Functionality.

See Also

ASPxDashboard Class

ASPxDashboard Members

DevExpress.DashboardWeb Namespace