WinForms — Year-End Roadmap (v26.2)

20 August 2026

First and foremost - thank you for choosing DevExpress and for your on-going support. In this blog post, I'll review the major features we expect to ship in our year-end release (v26.2 - December 2026). As always, you can expect other additions across our entire range of WinForms controls once we officially ship v26.2.

The information contained within this blog post details our current/projected development plans. Please note that this information is being shared for INFORMATIONAL PURPOSES ONLY and does not represent a binding commitment on the part of Developer Express Inc. This roadmap and the features/products listed within it are subject to change. You should not rely on or use this information to help make a purchase decision about Developer Express Inc products.

.NET 11 Support

DevExpress WinForms controls will support .NET 11 (both v26.1 and v26.2) following Microsoft's official release.

Minimum Supported .NET and Visual Studio Versions

As you may know, .NET 8 and .NET 9 will reach end of support on November 10, 2026. We will therefore raise our minimum supported .NET version to .NET 10 once we release v26.2 in December. The minimum .NET Framework version will remain 4.6.2.
Visual Studio 2022 will be the minimum supported IDE version when v26.2 ships.

Security — SBOMs and CRA Readiness

If you deliver software in the EU, the Cyber Resilience Act (CRA) will require a Software Bill of Materials (SBOM – an inventory of every component inside your solution) as part of your conformity documentation. The CRA and its associated regulatory regime will go into effect on December 2027. Each software application/solution manufacturer must fulfil SBOM-related obligations. DevExpress-authored SBOMs will help customers document/inventory DevExpress libraries used within a DevExpress-powered app.

Most dependency scanners and SBOM generation tools read what a NuGet package declares (its dependencies on other NuGet packages) and stop there, which leaves two gaps we fill:
  • Components embedded inside a package. Some DevExpress NuGet packages bundle fonts and third-party JavaScript libraries. Package metadata has no way to declare them, so a scanner never reports them — even though their licenses and vulnerabilities are as real as those of any declared dependency.
  • Developer dependencies. Libraries we use to build our products never reach users, so we mark them with scope: "excluded". We list these libraries regardless, because all vulnerabilities should be documented.
We released a preview version of DevExpress-authored SBOMs in May 2026 (for our .NET NuGet packages). SBOMs for CRA Compliance in DevExpress-powered Apps describes what the files contain and how to feed them into tools such as Dependency-Track, Trivy, and Grype. With v26.2, we expect to extend coverage to NPM packages and DevExpress VCL libraries, take our SBOMs out of preview and make them available to every customer.

Fluent Icons

We continue to extend our Fluent Icon set and integrate it across our control library.

Global Switch

You will be able to switch to the Fluent Icon set across all DevExpress WinForms controls. A public API will let you control the SVG image for each icon, and a global option will switch the icon set application-wide. Our new icons will also appear across our demos and the DevExpress Template Kit.

Extensive Library

The DevExpress Icon Suite already includes more than 13,000 icons, and we'll continue expanding it with additional Fluent assets to support even more usage scenarios. To maintain ease of use, we will group icons by the following attributes:

  • Set — Fluent, Desktop Classic, Blazor
  • Style — Regular, Filled
  • Color — Monochrome, Multicolor
  • Size — 16, 20, 24, 28, 32, and 48 (different sizes ensure that lines are not too thick when SVG icons are scaled)

These icons and settings will be available at design time in our enhanced Image Gallery.

Size-Based Image Selection

SVG images scale to any size, however scaling also changes line thickness. To maintain consistency in framed Fluent icons, our designers are drawing separate small and large versions rather than scaling a single image.
To simplify usage with these sizes, we are exploring automatic icon selection based on element size. For example, RibbonControl will use a dedicated SVG for large, medium, and small bar items.

AI Coding Skills

We are developing AI agent skills to help you build DevExpress WinForms applications using AI coding agents (such as Claude Code and GitHub Copilot). The skills will encode DevExpress best practices for the following development requirements:

  • Appearance Customization. The skill will select the most appropriate technique for the target control based on the specified task.
  • UI Automation Test Authoring. You will be able create UI Automation tests for WinForms views with DevExpress controls.
  • Form Code Structuring. The skill will help AI agents to properly add code to *.designer.cs files without losing design-time capabilities.
The final list of skills is subject to change as we continue to collect user feedback. 


AI Chat Control

Workflow Visualization Support

Beyond single-agent chat, we are researching built-in visualization options for multi-step workflows in our AI Chat control. A single workflow can include multiple agents, parallel steps, tool calls, and tool-approval requests. The visualization will display details for each step, so users can follow the process.

AG-UI Demos

Agent–User Interaction (AG-UI) is an event-based contract between an AI agent and the user interface. Beyond plain text, it carries tool calls, state snapshots, state deltas, approvals, and activity events.

We will ship a set of WinForms demos you can use as a starting point for your own application. The demos will highlight the following capabilities of our WinForms AI Chat Control when connected to an AG-UI backend:

  • Visualized tool-call results — backend tool-call results appear as structured UI instead of raw text.
  • Interactive multi-step flows — the agent guides the user through a multi-step process and renders interactive elements at each step.
  • Human-in-the-loop actions — the agent prepares an action, such as placing an order, but runs it only after the user approves, edits, or rejects it.
  • Interaction with view components — the agent reads and updates the state of view components outside the chat control.

Localization

In addition to Localization Tool enhancements, we expect to ship complete built-in localizations for a selected set of languages.
Professional translators have already translated and reviewed approximately 80% of our German localization. To broaden language coverage while maintaining translation quality, we plan to leverage AI-powered translation workflows. The workflow will not rely on direct translation alone - it will also consider additional context:
  • Usage context - how each string is used, collected from our source code.
  • Established Microsoft terminology (obtained from the Microsoft Terminology Collection).


DateTimeOffset Support

Applications that store time-zone-aware timestamps (financial transaction logs, audit trails, event schedules) often need to preserve the original offset to record each value accurately. DevExpress WinForms Data Editors and Data Grid will support DateTimeOffset natively. Both will convert the offset to the user's time zone automatically. Users will see each date-time value in their own local time, in a format they already expect.


Data Grid

Our Data Grid will convert DateTimeOffset values to local time in every element that displays a date. Support will cover every grid feature that works with dates:

  • Filtering (including Filter Editor, Auto Filter Row, and filter popups).
  • Sorting and grouping.
  • Summary calculation.

EF Core Server Mode will also support DateTimeOffset columns.

Date Editor

Our Date Editor will accept DateTimeOffset values. An optional mode will display them in the user's local time zone. When a user edits a value, the editor will apply the offset that the local zone uses on that date. A daylight saving transition will not shift the result.

Server Mode over Web API

As you may know, DevExpress Server Mode allows you to work with millions of rows while maintaining UI responsiveness. With our next update, you will be able to connect Server Mode to ASP.NET Core endpoints without implementing OData. 

Authentication, authorization, and the data you expose will remain entirely under your control:

  • You will be able to supply your own HTTP client, so any scheme (bearer tokens, API keys, or cookies) will travel with the request untouched.
  • Row-level rules will stay on the server: you will pass a pre-filtered collection to the registration call. Grouping and filtering will execute on top of that collection.
  • The endpoint will deserialize only known DevExpress query types (to reduce the attack surface a public-facing API exposes).
  • You will also be able to send data transfer objects (DTOs) instead of entity classes. Traffic will drop, and the data surface exposed to the client will narrow.
We expect to ship the data source and its server-side API as a GitHub example. We’ll refine our solution in future release cycle based on user feedback.

Accordion Control — Compact Mode

With v26.2, a compact layout will be easier to implement in the DevExpress WinForms Accordion Control. A single design-time action will transform a classic accordion control into a navigation panel that matches the appearance of modern Microsoft products (such as Teams, Outlook, and Microsoft Store).

Our WinForms Accordion Control will also support the following capabilities:

  • Separate item icons for hover and pressed states, with no custom draw handler.
  • Optional removal of the control's outer padding.
  • Adjustable item padding.


Template Kit — UI Templates Migration

At present, our WinForms UI Templates ship in a separate Visual Studio extension. We expect to move the templates into the DevExpress Template Kit - a single entry point for every new project and item.

Your Feedback Matters


Free DevExpress Products - Get Your Copy Today

The following free DevExpress product offers remain available. Should you have any questions about the free offers below, please submit a ticket via the DevExpress Support Center at your convenience. We'll be happy to follow-up.