Skip to main content

ASPxReportDesigner.MenuItems Property

Provides access to the collection of menu items of the ASPxReportDesigner.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public ClientControlsMenuItemCollection<ClientControlsMenuItem> MenuItems { get; }

Property Value

Type Description
DevExpress.XtraReports.Web.ClientControls.ClientControlsMenuItemCollection<ClientControlsMenuItem>

A collection of ClientControlsMenuItem objects.

See Also