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

ASPxReportDesigner.MenuItems Property

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

Namespace: DevExpress.XtraReports.Web

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

Declaration

public ClientControlsMenuItemCollection<ClientControlsMenuItem> MenuItems { get; }

Property Value

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

A collection of ClientControlsMenuItem objects.

See Also