WinForms — Year-End Roadmap (v26.2)
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.
.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
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.
- 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.
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
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.csfiles without losing design-time capabilities.

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
- 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.

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.
