DxThemeFluent Properties
Defines a Fluent theme for DevExpress Blazor UI controls.| Name | Description |
|---|---|
| AccentColor | Returns the built-in accent color applied to the theme. |
| ApplyToPageElements | Returns a Boolean value that specifies whether a theme includes styles for non-DevExpress elements (hyperlinks, inputs, headings, browser scroll bars, etc.). |
| Mode | Returns the theme mode (light or dark). |
| Name | Returns the theme name that serves as a unique theme identifier. Inherited from DxThemeBase<TProps>. |
| UseBootstrapStyles | Returns a Boolean value that specifies whether a theme includes Bootstrap stylesheets (v5). Available in v25.1.4+. |
See Also