Skip to main content
All docs
V18.2

ASPxClientMenuAction.container Property

Provides access to a value that specifies the command location.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public string container { get; }

Property Value

Type Description
String

A string that specifies the command location.

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