Skip to main content

TitleSettings.SubTitleSettings Property

Configures a subtitle.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.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
BootstrapWebClientUIWidgetEx
.TitleSettings .SubTitleSettings
See Also