ReportToolbarSettings.ClientSideEvents Property
Provides access to the client-side events specific to the ReportToolbarSettings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ReportToolbarClientSideEvents | A ReportToolbarClientSideEvents object that provides client-side events to the ReportToolbarSettings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ClientSideEvents |
---|---|
ReportToolbarExtension |
|
Remarks
The ClientSideEvents property provides access to a ReportToolbarClientSideEvents object, which contains properties whose names correspond to the events available to the ReportToolbarSettings on the client side. These properties enable handling the events by assigning the JavaScript functions to the required client-side events of ReportToolbarSettings.
See Also