Skip to main content
All docs
V25.2
  • DxThemeFluent.UseBootstrapStyles Property

    Returns a Boolean value that specifies whether a theme includes Bootstrap stylesheets (v5). Available in v25.1.4+.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Resources.v25.2.dll

    NuGet Package: DevExpress.Blazor.Resources

    Declaration

    [JsonInclude]
    public bool UseBootstrapStyles { get; }

    Property Value

    Type Description
    Boolean

    true if the theme includes Bootstrap stylesheets; otherwise, false.

    Remarks

    Refer the DxThemeFluent class description for more information and an example.

    See Also