MenuAction.Container Property
Specifies the location of the displayed command.
Namespace: DevExpress.XtraReports.Web.ClientControls.DataContracts
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
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