ASPxDashboard.ClientSideEvents Property
Gets an object that lists the client-side events specific to the ASPxDashboard control.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public DashboardControlClientSideEvents ClientSideEvents { get; }
Property Value
Type | Description |
---|---|
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