Skip to main content

MenuAction.Text Property

Specifies the text for the command.

Namespace: DevExpress.XtraReports.Web.ClientControls.DataContracts

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "text")]
public string Text { get; set; }

Property Value

Type Description
String

A String value.

See Also