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

ASPxDocumentViewer.ClientSideEvents Property

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

Namespace: DevExpress.XtraReports.Web

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

Declaration

public DocumentViewerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
DocumentViewerClientSideEvents

A DocumentViewerClientSideEvents object, which allows assigning handlers to the client-side events available for the ASPxDocumentViewer.

Remarks

The ClientSideEvents property provides access to an object of the DocumentViewerClientSideEvents type. This object contains properties whose names correspond to the events available to the ASPxDocumentViewer 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 ASPxDocumentViewer control.

See Also