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

ReportDesignerModel.MenuActions Property

Specifies the menu actions available in the ReportDesignerModel.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public MenuAction[] MenuActions { get; set; }

Property Value

Type Description
MenuAction[]

A collection of MenuAction objects.

See Also