Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ASPxWebDocumentViewer.ClientSideEvents Property

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

#Declaration

public WebDocumentViewerClientSideEvents ClientSideEvents { get; }

#Property Value

Type Description
WebDocumentViewerClientSideEvents

A WebDocumentViewerClientSideEvents object that contains ASPxWebDocumentViewer client-side event handlers.

#Remarks

The ClientSideEvents property returns an WebDocumentViewerClientSideEvents type object. This object contains properties whose names correspond to events available to ASPxWebDocumentViewer 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