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

MVCxDocumentViewer.ClientSideEvents Property

Provides access to the client-side events specific to the MVCxDocumentViewer.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public MVCxDocumentViewerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
MVCxDocumentViewerClientSideEvents

An MVCxDocumentViewerClientSideEvents object.

See Also