Skip to main content

ReportDesignerSettings.MenuItems Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ClientControlsMenuItemCollection<ClientControlsMenuItem> MenuItems { get; }

Property Value

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

A collection of ClientControlsMenuItem objects.

See Also