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.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
MenuItemContainer | 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