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

ReportDesignerSettings.MenuItems Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public ClientControlsMenuItemCollection<ClientControlsMenuItem> MenuItems { get; }

Property Value

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

A collection of ClientControlsMenuItem objects.

See Also