TitleSettings.SubTitleSettings Property
Configures a subtitle.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
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 |
|
See Also