Skip to main content

BootstrapChartStrip.LabelText Property

Specifies the text of the strip label.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("")]
public virtual string LabelText { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the text.

See Also