ReportToolbarClientSideEvents Class
Provides additional client-side events to an ASPxClientReportToolbar.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Remarks
The properties of the ReportToolbarClientSideEvents class correspond to the client-side events available for an ASPxClientReportToolbar control. Each of these properties translates a handling code (or the name of a JavaScript handle function) to the corresponding client-side event of the Report Toolbar.
An instance of the ReportToolbarClientSideEvents class is automatically created when initializing a server-side ASPxDocumentViewer.
Inheritance
Object
StateManager
PropertiesBase
ClientSideEventsBase
ClientSideEvents
ReportToolbarClientSideEvents
See Also