Back to Devexpress

DashboardExtensionSettings.ClientSideEvents Property

dashboard-devexpress-dot-dashboardweb-dot-mvc-dot-dashboardextensionsettings.md

latest1.8 KB
Original Source

DashboardExtensionSettings.ClientSideEvents Property

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

Namespace : DevExpress.DashboardWeb.Mvc

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

NuGet Package : DevExpress.Web.Mvc5.Dashboard

Declaration

csharp
public DashboardControlClientSideEvents ClientSideEvents { get; }
vb
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 DashboardExtension.

|

Remarks

To learn more, see Client-Side Functionality.

See Also

DashboardExtensionSettings Class

DashboardExtensionSettings Members

DevExpress.DashboardWeb.Mvc Namespace