DashboardExtensionSettings.ClientSideEvents Property
In This Article
Gets an object that lists the client-side events specific to the DashboardExtension.
Namespace: DevExpress.DashboardWeb.Mvc
Assembly: DevExpress.Dashboard.v24.2.Web.Mvc5.dll
NuGet Package: DevExpress.Web.Mvc5.Dashboard
#Declaration
public DashboardControlClientSideEvents ClientSideEvents { get; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
#Remarks
To learn more, see Client-Side Functionality.
See Also