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

MenuItemContainer Enum

Lists the types of containers available for menu items in a Web Report Designer.

Namespace: DevExpress.XtraReports.Web.ClientControls

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

Declaration

public enum MenuItemContainer

Members

Name Description
Toolbar

The menu is contained in a toolbar.

Menu

The menu is contained in another menu.

Related API Members

The following properties accept/return MenuItemContainer values:

Remarks

A MenuItemContainer enumeration value is returned by the ClientControlsMenuItem.Container property.

See Also