Skip to main content

ReportToolbarLabel.Text Property

Gets or sets the text caption displayed within the toolbar label.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue("")]
[SRCategory(ReportStringId.CatBehavior)]
public string Text { get; set; }

Property Value

Type Default Description
String String.Empty

A String value representing the text within the toolbar label.

See Also