DevExpress.Wpf.Themes.Win10Light 26.1.5

Prefix Reserved
dotnet add package DevExpress.Wpf.Themes.Win10Light --version 26.1.5
                    
NuGet\Install-Package DevExpress.Wpf.Themes.Win10Light -Version 26.1.5
                    
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.Wpf.Themes.Win10Light" Version="26.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.Wpf.Themes.Win10Light" Version="26.1.5" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Wpf.Themes.Win10Light" />
                    
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.Wpf.Themes.Win10Light --version 26.1.5
                    
#r "nuget: DevExpress.Wpf.Themes.Win10Light, 26.1.5"
                    
#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.Wpf.Themes.Win10Light@26.1.5
                    
#: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.Wpf.Themes.Win10Light&version=26.1.5
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Wpf.Themes.Win10Light&version=26.1.5
                    
Install as a Cake Tool

DevExpress WPF Windows 10 Light Theme

DevExpress.Wpf.Themes.Win10Light includes the Windows 10 Light theme for DevExpress WPF controls. The package includes theme resources only.

dotnet add package DevExpress.Wpf.Themes.Win10Light

NOTE: Install DevExpress.Wpf.Themes.All or DevExpress.Wpf.ThemesLW to obtain Classic or Lightweight DevExpress WPF themes. For a complete list of DevExpress WPF application themes, review the Theme List.

Key Features

  • Consistent UI Experience: A cohesive appearance across DevExpress controls and core WPF controls.
  • Application-Wide or Per-Element: Apply the theme to the entire application or to a single element.
  • Runtime Switching: Change the application theme at runtime.

Examples

Example: Apply a Theme to the Entire Application at Startup

using DevExpress.Xpf.Core;

public partial class App : Application {
    protected override void OnStartup(StartupEventArgs e) {
        ApplicationThemeHelper.ApplicationThemeName = Theme.Win10Light.Name;
        base.OnStartup(e);
    }
}

Example: Apply a Theme to a Single Element

<Window
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core">

    
    <Grid dx:ThemeManager.ThemeName="Win10Light">
        
    </Grid>
</Window>

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.Wpf.Themes.All - All DevExpress WPF themes in one package.

dotnet add package DevExpress.Wpf.Themes.All

DevExpress.Wpf.ThemesLW - DevExpress WPF Lightweight themes.

dotnet add package DevExpress.Wpf.ThemesLW

DevExpress.Wpf.Core - DevExpress WPF core libraries, including ThemeManager and ApplicationThemeHelper.

dotnet add package DevExpress.Wpf.Core

Documentation

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: Information Security | Security - What You Need to Know

Useful Online Resources

Product Compatible and additional computed target framework versions.
.NET net8.0-windows is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • No dependencies.
  • net8.0-windows

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on DevExpress.Wpf.Themes.Win10Light:

Package Downloads
DevExpress.Wpf.Themes.All

Target Platform/Framework: Desktop DevExpress Product Libraries Used: WPF UI components (https://www.devexpress.com/wpf) Available in the following DevExpress Subscription(s): Universal, DXperience, WPF, Reporting

ClientTools

ClientTools is dll containing all controls related code for Uniconta application. To use the ClientTools you will need your own Uniconta APP identifier. http://www.uniconta.com/en/developers/

UnicontaPages

UnicontaPages is dll containing Pages related code for WPF application. To use the UnicontaPages you will need your own Uniconta APP identifier. http://www.uniconta.com/en/developers/

ClientTools.Core

Package Description

UnicontaPages.Core

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.1.5 771 9/18/2026
26.1.5-pre-26248 94 9/11/2026
26.1.5-pre-26241 112 9/2/2026
26.1.5-pre-26235 111 8/26/2026
26.1.5-pre-26227 116 8/18/2026
26.1.4 4,268 8/7/2026
26.1.3 8,664 6/18/2026
25.2.10 128 9/22/2026
25.2.9 527 8/3/2026
25.2.8 2,200 6/10/2026
25.2.7 4,526 5/6/2026
25.2.6 3,095 4/7/2026
25.1.14 63 9/22/2026
25.1.13 189 7/31/2026
25.1.12 140 6/10/2026
25.1.11 193 5/5/2026
Loading failed