ReportDesignerSettings.MenuItems Property
In This Article
Provides access to the collection of menu items of the ReportDesignerSettings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ClientControlsMenuItemCollection<ClientControlsMenuItem> MenuItems { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A collection of Client |
See Also