Back to Devexpress

ThemeFluentProperties.UseBootstrapStyles Property

blazor-devexpress-dot-blazor-dot-themefluentproperties-f1688e69.md

latest1.1 KB
Original Source

ThemeFluentProperties.UseBootstrapStyles Property

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

csharp
[DefaultValue(false)]
public bool UseBootstrapStyles { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true to include Bootstrap stylesheets; otherwise, false.

|

Remarks

Refer to the ThemeFluentProperties class description for additional information and an example.

See Also

ThemeFluentProperties Class

ThemeFluentProperties Members

DevExpress.Blazor Namespace