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

ClientControlsMenuItem.Container Property

Specifies if the command is displayed on the designer menu or on the main toolbar.

Namespace: DevExpress.XtraReports.Web.ClientControls

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

Declaration

[DefaultValue(MenuItemContainer.Menu)]
public MenuItemContainer Container { get; set; }

Property Value

Type Default Description
MenuItemContainer **Menu**

MenuItemContainer

Available values:

Name Description
Toolbar

The menu is contained in a toolbar.

Menu

The menu is contained in another menu.

Remarks

If the command is displayed on the designer menu, then this property returns MenuItemContainer.Menu. If the command is displayed on the main toolbar, the MenuItemContainer.Toolbar value is returned.

See Also