DevExpress.Blazor.Themes 26.1.4

Prefix Reserved
dotnet add package DevExpress.Blazor.Themes --version 26.1.4
                    
NuGet\Install-Package DevExpress.Blazor.Themes -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" 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" Version="26.1.4" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Blazor.Themes" />
                    
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 --version 26.1.4
                    
#r "nuget: DevExpress.Blazor.Themes, 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@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&version=26.1.4
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Blazor.Themes&version=26.1.4
                    
Install as a Cake Tool

DevExpress Blazor Controls: Stylesheets for Classic and Bootstrap Themes

DevExpress.Blazor.Themes includes CSS stylesheets for DevExpress Blazor Classic and Bootstrap-based themes. This package is a part of the DevExpress.Blazor NuGet package.

Included Themes

  • Blazing Berry (Themes.BlazingBerry)
  • Blazing Dark (Themes.BlazingDark)
  • Office White (Themes.OfficeWhite)
  • Purple (Themes.Purple)
  • Bootstrap External (Themes.BootstrapExternal). Requires a Bootstrap v5-compatible theme stylesheet.

Examples

Install the DevExpress.Blazor NuGet package:

dotnet add package DevExpress.Blazor

Example 1: Apply a Classic Blazing Berry Theme


@DxResourceManager.RegisterTheme(Themes.BlazingBerry)

Example 2: Apply an External Bootstrap Theme


@DxResourceManager.RegisterTheme(Themes.BootstrapExternal.Clone(properties => {
    properties.Name = "Lumen Bootswatch";
    properties.AddFilePaths("css/lumen/bootstrap.min.css");
}))

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 you own a license or want to start a 30-day evaluation period, download and register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For key registration instructions, see License Key for DevExpress Products.

If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.

This package is included in the following commercial subscriptions:

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

Software Bill of Materials (SBOM)

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

See Also:

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:

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 (1)

Showing the top 1 popular GitHub repositories that depend on DevExpress.Blazor.Themes:

Repository Stars
abpframework/abp-samples
Sample solutions built with the ABP Framework
Version Downloads Last Updated
26.1.4 14 8/7/2026
26.1.4-pre-26200 3,009 7/23/2026
26.1.4-pre-26190 2,820 7/14/2026
26.1.4-pre-26179 2,719 7/2/2026
26.1.3 61,793 6/18/2026
25.2.9 2,366 8/3/2026
25.2.8 21,311 6/10/2026
25.2.7 40,332 5/6/2026
25.2.6 48,903 4/7/2026
25.2.5 58,663 3/2/2026
25.2.4 37,860 2/3/2026
25.2.3 58,355 12/18/2025
25.1.13 2,119 7/31/2026
25.1.12 6,513 6/10/2026
25.1.11 2,948 5/5/2026
25.1.10 4,028 4/6/2026
25.1.9 11,241 3/2/2026
25.1.8 7,860 1/16/2026
25.1.7 21,506 12/15/2025
Loading failed