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

MenuAction.Container Property

Specifies the location of the displayed command.

Namespace: DevExpress.XtraReports.Web.ClientControls.DataContracts

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "container")]
public string Container { get; set; }

Property Value

Type Description
String

A String value.

Remarks

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

See Also