WebDocumentViewerSettings.MenuItems Property
In This Article
Provides access to the collection of menu items of the WebDocumentViewerSettings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public ClientControlsMenuItemCollection<WebDocumentViewerMenuItem> MenuItems { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A collection of Web |
#Remarks
To learn more, see Customizing the Document Viewer Toolbar in ASP.NET MVC.
See Also