MenuItemContainer Enum
In This Article
Lists the types of containers available for menu items in a Web Report Designer.
Namespace: DevExpress.XtraReports.Web.ClientControls
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
#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