A newer version of this page is available.
Switch to the current version.
ASPxReportDesigner.ClientSideEvents Property
Gets an object that lists the client-side events specific to the ASPxReportDesigner.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll
Declaration
public ReportDesignerClientSideEvents ClientSideEvents { get; }
Public ReadOnly Property ClientSideEvents As ReportDesignerClientSideEvents
Property Value
Type | Description |
---|---|
ReportDesignerClientSideEvents | A ReportDesignerClientSideEvents object, which allows assigning handlers to the client-side events available for the ASPxReportDesigner. |
Remarks
The ClientSideEvents property provides access to an object of the ReportDesignerClientSideEvents type. This object contains properties whose names correspond to the events available to the ASPxReportDesigner on the client side. These properties provide the capability to handle events by assigning the JavaScript functions to the required client-side events of the ASPxReportDesigner control.
See Also
Feedback