WinForms — June 2026 Roadmap (v26.1)

24 February 2026
First and foremost – thank you for placing your trust in our component suite. We appreciate the opportunity to serve your development needs now and into the future. This blog post outlines some of our WinForms-related development plans for the second half of 2026 (v26.2). As always, you can expect other additions across our entire range of WinForms controls and components once we officially ship v26.1.
We welcome your feedback - Please feel free to share your thoughts in the survey at the end of this post or submit a support ticket via the DevExpress Support Center.
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.

Security

Secure code starts with a safe development environment. In addition to static code analysis and on-going security reviews, we are expanding our internal security diagnostics (including custom analyzers) across our engineering workflows to further strengthen our security posture. 
While these enhancements are not exposed as standalone features within the DevExpress component suite, they directly contribute to the reliability of our product libraries - a critical priority in today’s threat landscape.

Fluent Icons

With v26.1, we expect to introduce a comprehensive set of Fluent icons to our suite. To simplify migration to these new icons, you will be able to switch the icon set across all DevExpress controls via a single global setting. Our new collection will include thousands of Fluent icons which can be used in any UI element with SVG support.

Localization Tool Enhancements

In v25.2, we released a new Localization Tool as a Community Technology Preview (CTP). With v26.1, we plan to ship it officially. Our Localization Tool will offer enhanced collaboration capabilities, easier resource navigation and management, AI-powered translation services, support for multiple DevExpress products and platforms, and more.

We also expect to add the following enhancements:

  • Filter localization strings based on referenced DevExpress assemblies.

  • Automatically load base localization resources - you will no longer need to download them from a GitHub repository manually. 

DateTimeOffset Core Support

We are initiating support for DateTimeOffset across our product line. We will start with core DevExpress classes, including criteria operators and data processing modules.

Our goal is to eliminate manual conversion of DateTimeOffset to DateTime when working with local time zones. You will be able to specify the required time zone, and conversion to a local date will occur automatically. In this mode, users will see a simple date/time value without the offset portion (as if it were a DateTime object).

As a first step, DateTimeOffset support will allow you to use date/time-related functions (such as AddHours, GetDays, DateDiffDays, and others) in filter expressions and unbound columns.

We are not planning DateTimeOffset-related updates for UI components as a part of v26.1. Specifically, we do not expect to add date-specific filtering options to column filter popups or enable DateTimeOffset editing in Date Edit.

DateTimeOffset offers the following advantages compared to DateTime:

  • Local and global time support: Suitable for usage scenarios that require both local machine time and UTC (such as logging systems).

  • Clear semantics: The DateTime.Kind property is not serialized (which can lead to incorrect usage). DateTimeOffset always includes the offset (for example, 6/10/2025 5:30:00 PM -07:00).

  • Web service compatibility: Many services return dates as DateTimeOffset. Once supported, conversion to DateTime will no longer be required.

Microsoft documentation recommends DateTimeOffset instead of DateTime when representing a single point in time, performing date/time arithmetic, and preserving related times:

These uses for DateTimeOffset values are much more common than those for DateTime values. As a result, consider DateTimeOffset as the default date and time type for application development.

AI Agents API

We are building an abstraction layer over multiple AI engine implementations. You'll be able to use both IChatClient and Microsoft Agent Framework with DevExpress AI Chat Control. 
Microsoft Agent Framework allows you to define agents with custom rules, instructions, and tools. Agents can then execute multi-step tasks based on user requests.

AI Chat Enhancements

We plan to introduce a set of small but useful APIs to help customize the DevExpress AI Chat Control. For example, new properties will allow you to specify the text displayed in an empty chat view and in an empty text input field.

MemoEdit — Automatic Scrollbar

The DevExpress MemoEdit control will automatically hide the scrollbar when text height does not exceed control bounds. You will be able to control this behavior via an option.

Monaco-Based Code Editor (Example)

As you may know, Monaco Code Editor is an open-source editor used in Visual Studio Code. It includes IntelliSense, supports multiple built-in languages, allows you to define custom syntax, and more.
We will create a comprehensive example of Monaco Editor integrated into a WinForms application with DevExpress Skins. The example will mirror the most important web APIs at the C# level, so you won't need to use JavaScript for common usage scenarios.

Spreadsheet — New Excel Functions

We will enhance our Spreadsheet calculation engine by adding support for modern, dynamic array-based Excel functions, including functions like:
  • XLOOKUP
  • XMATCH
  • SORT
  • FILTER
  • UNIQUE

Reporting

Accessibility & Export Compliance

DOCX/HTML Export — AccessibleDescription Support

Organizations subject to WCAG 2.2 and Section 508 requirements will be able to include meaningful alternative text for all embedded images and graphical elements in exported Word documents and HTML pages. With v26.1, DevExpress Reports will apply a report control's AccessibleDescription property value to DOCX and HTML export output. This capability is especially relevant for controls exported as images, such as XRPictureBoxXRBarCodeXRShape, and XRChart, where assistive technologies rely on alternative text to describe visual content.

DOCX Export — AccessibleDescription Support

PDF/UA Export Enhancements

Government agencies and enterprises that must comply with PDF/UA standards will benefit from extended PDF export capabilities in v26.1:

  • XRRichText content will use proper semantic tagging and group continuous text into logical paragraphs instead of word-by-word <P> tags.
  • The AccessibleDescription property will apply to PDF signatures and AcroForm controls so that digitally signed or form-enabled PDF documents meet accessibility requirements.
  • XRPageInfo controls will support paragraph-level semantic markup.

Data Source Enhancements

DateTimeOffset Support

Applications that store time zone-aware timestamps (such as financial transaction logs, audit trails, and event scheduling systems) require DateTimeOffset support to preserve the original offset for accurate data representation. With v26.1, our Report Designer's Field List will display DateTimeOffset fields and allow data binding, filter, group, and sort operations across SqlDataSourceEFDataSource, and ObjectDataSource.

End-User Experience

WinForms End-User Report Designer — Startup Optimization

We will optimize the DevExpress WinForms End-User Report Designer's startup sequence to deliver a smoother and more responsive launch experience. Dock panels and UI elements will appear quickly on initial load, and transitions between the Design and Preview tabs will be rendered seamlessly.

XRLabel & XRPanel — Custom Border Styles Example

Invoice layouts, financial statements, and reports with visually distinct section separators often require independent border configuration per side. We will extend the How to Create a Custom DevExpress Report Control GitHub repository with a new example that demonstrates custom XRLabel and XRPanel controls. These custom controls will allow you to define distinct border styles and width for top, bottom, left, and right sides independently.

Invoice Header — Different border styles for panels

IDE Integration

DevExpress Report Designer for JetBrains Rider — .NET Projects Support

In v25.2, we introduced the DevExpress Report Designer for JetBrains Rider with .NET Framework support. In v26.1, we will extend this integration to .NET-based projects. We also expect to deliver property search and reset in the Properties panel and light/dark theme support to match the JetBrains Rider IDE.

DevExpress Report Designer for JetBrains Rider — .NET Projects Support

AI-powered Enhancements

AI Prompt-to-Report Wizard — Optimization

We will optimize the AI Prompt-to-Report Wizard to allow users to input shorter prompts and achieve more consistent, production-ready report output. The updated implementation will use a multi-agent workflow and will also reduce token consumption per report generation request.AI Prompt-to-Report Wizard —Multi-Agentic Workflow

Report Designer — AI-powered Chat Assistant

Our DevExpress WinForms End-User Report Designer includes an AI Assistant panel that allows users to add, remove, and modify report elements, properties, and data bindings using natural language commands. In v26.1, we will extend this capability to our Web and WPF Report Designer components and add the following features:

  • Built-in tools that enable AI to search relevant end-user documentation
  • Wizards that can be launched via AI commands
  • Enhanced interaction with the designer environment

Stay tuned for updates as development continues.

AGENTS.md for AI Coding Assistants

Developers who use AI-powered code completion tools will obtain more accurate and context-aware suggestions when they work with DevExpress Reports. We will create an AGENTS.md file that equips AI coding assistants, such as GitHub Copilot and Cursor, with DevExpress Reports expertise. The file will contain API patterns, expression syntax rules, common report creation scenarios, troubleshooting guides, and best practices.

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.