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

ReportToolbar.ClientSideEvents Property

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

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public ReportToolbarClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
ReportToolbarClientSideEvents

A ReportToolbarClientSideEvents object which allows assigning handlers to the client-side events available to the ReportToolbar.

Remarks

The ClientSideEvents property provides access to an object of the ReportToolbarClientSideEvents type. This object contains properties whose names correspond to the events available to the ReportToolbar on the client side. These properties enable handling the events by assigning the JavaScript functions to the required client-side events of the ReportToolbar control.

See Also