Skip to main content

DocumentViewerSettings.ClientSideEvents Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxDocumentViewerClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
MVCxDocumentViewerClientSideEvents

An MVCxDocumentViewerClientSideEvents object that provides client-side events to the DocumentViewerSettings.

See Also