ASPxReportDesigner.ClientSideEvents Property
Gets an object that lists client-side events specific to the ASPxReportDesigner.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Description |
---|---|
ReportDesignerClientSideEvents | A ReportDesignerClientSideEvents object that contains ASPxReportDesigner client-side event handlers. |
Remarks
The ClientSideEvents
property returns an ReportDesignerClientSideEvents type object. This object contains properties whose names correspond to events available to ASPxReportDesigner on the client side. You can assign a JavaScript function to a property to handle a client-side event whose name matches the property name.
See Also