Skip to main content
All docs
V26.1
  • TitleSettings.SubTitleSettings Property

    Configures a subtitle.

    Namespace: DevExpress.Web.Bootstrap

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