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

WebDocumentViewerModel.MenuItemJSClickActions Property

Specifies the JavaScript actions assigned to the menu items of a Web Document Viewer.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public string[] MenuItemJSClickActions { get; set; }

Property Value

Type Description
String[]

An array of String values.

See Also