ClientControlsMenuItem.Container Property
In This Article
Specifies if the command is displayed on the designer menu or on the main toolbar.
Namespace: DevExpress.XtraReports.Web.ClientControls
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
#Declaration
[DefaultValue(MenuItemContainer.Menu)]
public MenuItemContainer Container { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Menu |
Menu |
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