ThemeFluentProperties.Mode Property
Specifies the theme mode (light or dark).
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
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