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

TitleSettings.SubTitleSettings Property

Configures a subtitle.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public SubTitleSettings SubTitleSettings { get; }

Property Value

Type Default Description
DevExpress.Web.Bootstrap.SubTitleSettings *null*

A SubTitleSettings object that controls the subtitle settings.

Property Paths

You can access this nested property as listed below:

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