DevExpress.Blazor.Themes.Fluent 26.1.4

Prefix Reserved
dotnet add package DevExpress.Blazor.Themes.Fluent --version 26.1.4
                    
NuGet\Install-Package DevExpress.Blazor.Themes.Fluent -Version 26.1.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevExpress.Blazor.Themes.Fluent" Version="26.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.Blazor.Themes.Fluent" Version="26.1.4" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Blazor.Themes.Fluent" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevExpress.Blazor.Themes.Fluent --version 26.1.4
                    
#r "nuget: DevExpress.Blazor.Themes.Fluent, 26.1.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DevExpress.Blazor.Themes.Fluent@26.1.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevExpress.Blazor.Themes.Fluent&version=26.1.4
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Blazor.Themes.Fluent&version=26.1.4
                    
Install as a Cake Tool

DevExpress Blazor Controls: Stylesheets for Fluent Themes

DevExpress.Blazor.Themes.Fluent includes CSS stylesheets for DevExpress Blazor Fluent themes. This package is a part of the DevExpress.Blazor NuGet package.

Key Features

  • Light and dark modes
  • High contrast mode support
  • 11 predefined accent colors
  • Custom accent color support
  • Theme customization via public --dxds-* CSS variables

Examples

Install the DevExpress.Blazor NuGet package:

dotnet add package DevExpress.Blazor

Example 1: Apply the Default Fluent Theme (Light Blue)


@DxResourceManager.RegisterTheme(Themes.Fluent)

Example 2: Apply a Fluent Theme and Specify Its Parameters

    properties.Name = "Fluent Dark Orchid";
    @* Change the theme mode to dark *@
    properties.Mode = ThemeMode.Dark;
    @* Choose the accent color *@
    properties.AccentColor = ThemeFluentAccentColor.Orchid;
}))

DevExpress.Blazor - Native DevExpress UI components for Blazor applications.

dotnet add package DevExpress.Blazor

Demos

GitHub Examples

Documentation

Evaluation Period, Pricing Options, and Licensing Terms

Whether using a 30-day evaluation version or a registered product, register your DevExpress.com license key on your machine. To get your license key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For detailed instructions, see License Key for DevExpress Products.

Once you have obtained and registered your license key, install this package to start a 30-day evaluation period.

To continue using DevExpress products after your trial period ends, purchase a license. This package is included in the following commercial subscriptions:

See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.

After you purchase a license, download and register your up-to-date DevExpress license key to remove licensing warnings and trial messages.

Software Bill of Materials (SBOM)

To access SBOM files for DevExpress packages, see the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.

See Also: Information Security | Security - What You Need to Know

Useful Online Resources

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DevExpress.Blazor.Themes.Fluent:

Package Downloads
DevExpress.Blazor

Target Platform/Framework: Web DevExpress Product Libraries Used: Blazor UI components (https://www.devexpress.com/blazor) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.1.4 666 8/7/2026
26.1.4-pre-26200 3,022 7/23/2026
26.1.4-pre-26190 2,848 7/14/2026
26.1.4-pre-26179 2,721 7/2/2026
26.1.3 62,897 6/18/2026
25.2.9 2,490 8/3/2026
25.2.8 21,123 6/10/2026
25.2.7 39,990 5/6/2026
25.2.6 48,540 4/7/2026
25.2.5 57,752 3/2/2026
25.2.4 36,610 2/3/2026
25.2.3 55,533 12/18/2025
25.1.13 2,131 7/31/2026
25.1.12 6,472 6/10/2026
25.1.11 2,921 5/5/2026
25.1.10 4,024 4/6/2026
25.1.9 10,491 3/2/2026
25.1.8 7,702 1/16/2026
25.1.7 20,561 12/15/2025
Loading failed