WebDocumentViewerSettings.MenuItems Property
Provides access to the collection of menu items of the WebDocumentViewerSettings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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