DevExpress.Blazor.Themes.Fluent 26.1.5-pre-26248

Prefix Reserved
This is a prerelease version of DevExpress.Blazor.Themes.Fluent.
dotnet add package DevExpress.Blazor.Themes.Fluent --version 26.1.5-pre-26248
                    
NuGet\Install-Package DevExpress.Blazor.Themes.Fluent -Version 26.1.5-pre-26248
                    
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.5-pre-26248" />
                    
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.5-pre-26248" />
                    
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.5-pre-26248
                    
#r "nuget: DevExpress.Blazor.Themes.Fluent, 26.1.5-pre-26248"
                    
#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.5-pre-26248
                    
#: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.5-pre-26248&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Blazor.Themes.Fluent&version=26.1.5-pre-26248&prerelease
                    
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.5-pre-26248 503 2026/9/11
26.1.5-pre-26241 1,976 2026/9/2
26.1.5-pre-26235 2,020 2026/8/26
26.1.5-pre-26227 2,359 2026/8/18
26.1.4 43,583 2026/8/7
26.1.4-pre-26200 3,087 2026/7/23
26.1.4-pre-26190 2,906 2026/7/14
26.1.4-pre-26179 2,790 2026/7/2
26.1.3 98,942 2026/6/18
25.2.9 7,219 2026/8/3
25.2.8 28,041 2026/6/10
25.2.7 46,069 2026/5/6
25.2.6 55,520 2026/4/7
25.2.5 63,754 2026/3/2
25.1.13 3,715 2026/7/31
25.1.12 6,649 2026/6/10
25.1.11 2,979 2026/5/5
25.1.10 4,477 2026/4/6
25.1.9 11,230 2026/3/2
Loading failed