Skip to main content

ReportDesignerModel.MenuItemJSClickActions Property

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

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v23.2.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