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.v20.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

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

Property Value

Type Default Description
MenuItemContainer Menu

MenuItemContainer

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