Skip to main content
All docs
V25.1
  • DxThemeFluent.Mode Property

    Returns the theme mode (light or dark).

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public ThemeMode Mode { get; }

    Property Value

    Type Description
    ThemeMode

    An enumeration value.

    Available values:

    Name Description
    Light

    Light theme mode.

    Dark

    Dark theme mode.

    Remarks

    Refer the DxThemeFluent class description for more information and an example.

    See Also