Skip to main content
A newer version of this page is available. .

ReportToolbarSettings.ClientSideEvents Property

Provides access to the client-side events specific to the ReportToolbarSettings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public ReportToolbarClientSideEvents ClientSideEvents { get; }

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
.Settings.ClientSideEvents

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