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

ReportDesignerModel.MenuItemJSClickActions Property

Specifies the JavaScript actions assigned to the menu items of a ReportDesignerModel.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

Declaration

public string[] MenuItemJSClickActions { get; set; }

Property Value

Type Description
String[]

An array of String values.

See Also