ThemeFluentProperties.UseBootstrapStyles Property
Specifies whether a theme includes Bootstrap stylesheets (v5). Available in v25.1.4+.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(false)]
public bool UseBootstrapStyles { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
Remarks
Refer to the ThemeFluentProperties class description for more information and an example.
See Also