MenuItemContainer Enum
Lists the types of containers available for menu items in a Web Report Designer.
Namespace: DevExpress.XtraReports.Web.ClientControls
Assembly: DevExpress.XtraReports.v24.1.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. |
Remarks
A MenuItemContainer enumeration value is returned by the ClientControlsMenuItem.Container property.
See Also