ThemeFluentProperties.Mode Property
Specifies the theme mode (light or dark).
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.Resources.v25.2.dll
NuGet Package: DevExpress.Blazor.Resources
Declaration
public ThemeMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| ThemeMode | The theme mode. |
Available values:
| Name | Description |
|---|---|
| Light | Light theme mode. |
| Dark | Dark theme mode. |
Remarks
Refer to the ThemeFluentProperties class description for more information and an example.
See Also