ThemeFluentProperties.UseBootstrapStyles Property
Specifies whether a theme includes the Bootstrap stylesheet (configured for the Blue accent color).
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.Resources.v26.1.dll
Declaration
[DefaultValue(false)]
public bool UseBootstrapStyles { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
Remarks
This property applies the Bootstrap theme stylesheet configured for the Blue accent color. Use this capability for Fluent Blue themes only.
Refer to the ThemeFluentProperties class description for additional information and an example.
See Also