DevExpress.Images.Blazor 26.1.4

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package DevExpress.Images.Blazor --version 26.1.4
                    
NuGet\Install-Package DevExpress.Images.Blazor -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.Images.Blazor" Version="26.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.Images.Blazor" Version="26.1.4" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Images.Blazor" />
                    
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.Images.Blazor --version 26.1.4
                    
#r "nuget: DevExpress.Images.Blazor, 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.Images.Blazor@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.Images.Blazor&version=26.1.4
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Images.Blazor&version=26.1.4
                    
Install as a Cake Tool

DevExpress Icon Library for Blazor

Install this icon library together with DevExpress.Blazor controls. Use built-in icon management APIs to assign glyphs to DevExpress Blazor components and their elements. Icons can automatically adapt to the currently applied application theme and size mode. All DevExpress controls in your application remain visually consistent regardless of the current render style.

The DevExpress icon library is available as a Community Technology Preview (CTP) in the v26.1 release cycle.

Key Features

  • Extensive icon collection
    The library contains over 13,000 icons (can address the needs of most business applications).
  • Sprite-based delivery
    Icons are grouped into sprites by set, style, size, and color. Applications request sprite files on demand (when you use an icon).
  • Blazor component integration
    Assign DevExpress Icon Library icons to Blazor components that support IconUrl properties.
  • Adaptive icons
    Specify icons using their adaptive identifiers (icon names), and the framework automatically selects the appropriate icon version based on the current theme and UI settings.
  • Static icons
    Specify icons using full identifiers (including theme set, style, color, and size) when you need full control over icons.
  • Icon Explorer demo
    Browse icons by name or tag, filter icons by attributes, view icon details, and copy API identifiers for use in your code.

Examples

Install the DevExpress.Images.Blazor NuGet package:

dotnet add package DevExpress.Images.Blazor

Register the namespace in your Blazor application:

@using DevExpress.Images.Blazor

Example 1: Assign an Adaptive Icon

@using DevExpress.Blazor
@using DevExpress.Images.Blazor

<DxButton RenderStyle="@ButtonRenderStyle.Primary"
          Text="Save"
          IconUrl="@Icon.Save" />

Example 2: Assign a Static Icon

@using DevExpress.Blazor
@using DevExpress.Images.Blazor

<DxButton RenderStyle="@ButtonRenderStyle.Secondary"
          Text="Undo"
          IconUrl="@IconStatic.ArrowUndo.Fluent.Filled.Monochrome.Size16" />

Demos

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.

DevExpress.Blazor - DevExpress UI components for Blazor applications.

dotnet add package DevExpress.Blazor

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

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.1.5-pre-26241 38 9/2/2026
26.1.5-pre-26235 104 8/26/2026
26.1.5-pre-26227 270 8/18/2026
26.1.4 1,027 8/7/2026
26.1.4-pre-26200 435 7/23/2026
26.1.4-pre-26190 261 7/14/2026
26.1.4-pre-26179 198 7/2/2026
26.1.3 4,933 6/18/2026