Skip to main content
A newer version of this page is available. .

TitleSettings.Text Property

Specifies the title text.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the text.

Property Paths

You can access this nested property as listed below:

Object Type Path to Text
BootstrapChart
.TitleSettings .Text
BootstrapChartBase
.TitleSettings .Text
BootstrapCoordinateSystemChart
.TitleSettings .Text
BootstrapPieChart
.TitleSettings .Text
BootstrapPolarChart
.TitleSettings .Text
BootstrapRangeSelector
.TitleSettings .Text
BootstrapWebClientUIWidgetEx
.TitleSettings .Text
See Also