Skip to main content
A newer version of this page is available. .

WebDocumentViewerMenuItem.Container Property

Specifies the menu item container.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

[DefaultValue(MenuItemContainer.Toolbar)]
[Browsable(false)]
public MenuItemContainer Container { get; set; }

Property Value

Type Default Description
MenuItemContainer **Toolbar**

A MenuItemContainer enumeration value.

Available values:

Name Description
Toolbar

The menu is contained in a toolbar.

Menu

The menu is contained in another menu.

See Also