DevExpress.Wpf.ExpressionEditor 26.1.5-pre-26248

Prefix Reserved
This is a prerelease version of DevExpress.Wpf.ExpressionEditor.
dotnet add package DevExpress.Wpf.ExpressionEditor --version 26.1.5-pre-26248
                    
NuGet\Install-Package DevExpress.Wpf.ExpressionEditor -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.Wpf.ExpressionEditor" 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.Wpf.ExpressionEditor" Version="26.1.5-pre-26248" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Wpf.ExpressionEditor" />
                    
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.ExpressionEditor --version 26.1.5-pre-26248
                    
#r "nuget: DevExpress.Wpf.ExpressionEditor, 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.Wpf.ExpressionEditor@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.Wpf.ExpressionEditor&version=26.1.5-pre-26248&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Wpf.ExpressionEditor&version=26.1.5-pre-26248&prerelease
                    
Install as a Cake Tool

DevExpress WPF Expression Editor

DevExpress.Wpf.ExpressionEditor includes the DevExpress WPF Expression Editor. ExpressionEditorControl lets users compose and validate expressions with IntelliSense-style completion, a categorized list of fields and functions, and inline documentation.

dotnet add package DevExpress.Wpf.ExpressionEditor

Other DevExpress WPF packages reference this one to provide in-place expression editing:

  • DevExpress WPF Data Grid uses it for unbound columns, conditional formatting rules, and filter criteria.
  • DevExpress WPF Report Designer uses it for properties that accept expressions.

Key Features

  • Editing Context: The Context property supplies fields, functions, and constants.
  • Auto-Completion: An IntelliSense-style list suggests fields and functions as the user types.
  • Validation: The Errors property reports syntax and semantic errors, and the editor highlights them in place.
  • Templates: CustomEditorTemplate replaces the editing surface when an embedding control needs its own presentation.

Examples

Example: Host the Expression Editor

<Window
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:dxee="http://schemas.devexpress.com/winfx/2008/xaml/expressioneditor">

    <dxee:ExpressionEditorControl EditValue="{Binding Expression, Mode=TwoWay}"
                                  Context="{Binding EditorContext}" />
</Window>

In this configuration, the editor behaves as follows:

  • Writes the composed expression back to the Expression property
  • Offers fields and functions supplied by the bound context
  • Reports syntax errors as users type

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.Grid - The DevExpress WPF Data Grid, which uses this editor for unbound columns, formatting rules, and filters.

dotnet add package DevExpress.Wpf.Grid

DevExpress.Wpf.Reporting - DevExpress WPF reporting controls and the End-User Report Designer.

dotnet add package DevExpress.Wpf.Reporting

DevExpress.Wpf - The complete DevExpress WPF Control suite.

dotnet add package DevExpress.Wpf

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.

NuGet packages (11)

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

Package Downloads
DevExpress.Wpf.Grid

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

DevExpress.Wpf.Reporting

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

DevExpress.Wpf.TypedStyles

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

DevExpress.Wpf

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

DevExpress.Wpf.ExpressionEditor.de

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.1.5-pre-26248 262 9/11/2026
26.1.5-pre-26241 292 9/2/2026
26.1.5-pre-26235 298 8/26/2026
26.1.5-pre-26227 319 8/18/2026
26.1.4 20,181 8/7/2026
26.1.4-pre-26200 337 7/23/2026
26.1.4-pre-26190 425 7/14/2026
26.1.3 29,666 6/18/2026
25.2.9 3,040 8/3/2026
25.2.8 10,389 6/10/2026
25.2.7 22,019 5/6/2026
25.2.6 21,016 4/7/2026
25.2.5 27,457 3/2/2026
25.1.13 606 7/31/2026
25.1.12 566 6/10/2026
25.1.11 1,279 5/5/2026
25.1.10 7,293 4/6/2026
25.1.9 1,336 3/2/2026
Loading failed