Skip to main content

WebDocumentViewerSettings.MenuItems Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ClientControlsMenuItemCollection<WebDocumentViewerMenuItem> MenuItems { get; }

Property Value

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

A collection of WebDocumentViewerMenuItem objects.

Remarks

To learn more, see Customizing the Document Viewer Toolbar in ASP.NET MVC.

See Also