Learn More about Our ASP.NET Data Editors

Learn More

Text & Field Editors

Display values within our Data Editors Library can be formatted using standard formatting mechanisms and editors with blank values can display input watermarks.

Buttons & Button Editor

Buttons & Button Editor

Buttons & Button Editor
Our ASP.NET Button Control offers extended functionality not available with the standard ASP.NET button. It ships with an enhanced client API and supports the DevExpress appearance customization engine. The Button Editor combines a standard text box with buttons. Like all text based editors, the Button Edit allows you to apply masks in order to improve data consistency.

Text Box

Text Box

Text Box
The Text Box is a single-line text editor. As you might expect, the Text Box can be bound to data using standard data-binding expressions. Among its countless options is the ability to perform data validation on both the client and server.

Hyperlink Editor

Hyperlink Editor

Hyperlink Editor
The Hyperlink Editor allows you display hyperlinks as an image or as text.

Static Label

Static Label

Static Label
Use our Label Control to display static text at a specified location on a web page. You can specify a control to which the Label is linked, in which case, the Label renders as an HTML label element, with the for attribute set to the ID property of the associated control.

Multi-Line Memo Editor

Multi-Line Memo Editor

Multi-Line Memo Editor
Use our ASP.NET Memo Editor when you need to display field values across multiple lines.

Spin Editor

Spin Editor

The DevExpress Spin Edit allows you to display and edit numeric values by incrementing values using spin buttons, the mouse wheel or keyboard. You have total control over spin button positioning (left or right side of the text box) and button availability (up/down, left/right or both).
Scott Hanselman once encouraged us to read code. Yours is the only one worth reading.Jake Markhus

Date-Time Editors & Calendars

Whether for display or data editing purposes, values can be formatted as a date, time, date-time or a custom string.

Date Editor

Date Editor

The Date Edit Control allows you to display and edit data/time values. The editor's dropdown window consist of two distinct areas: A Calendar (always visible) and Time section (visibility is controlled by the DateEditTimeSectionProperties.Visible property). Display formatting options give you the option to display date, time, datetime and custom strings.

Time Editor

Time Editor

The DevExpress Time Editor allows end-users to modify its value using integrated Spin (up/down) buttons. You can specify how the editor displays values within the edit box (as a date, time, datetime or custom string).

Date Range Picker

Date Range Picker

Two DevExpress ASP.NET Date Edit controls can be combined to create an elegant Date Range Picker. As you would expect, one editor is used to specify the start date and another is used to specify the end date within the range. You can customize date range settings with the following properties: MinDayCount - specifies the minimum number of days in a range; MaxDayCount - specifies the maximum number of days in a range.

Single Month Calendar

Single Month Calendar

Our Calendar Control allows end-users to select dates and navigate through individual months and years. The control allows you to activate multiple date selection, highlight weekends and the current date and fully customize the look and feel of its UI elements.
There are very few words to describe how impressed I am with every iteration of the DevExpress toolset. This group does not rest on their laurels; I doubt they ever rest.George K Fahnbulleh

Combo Box & Lookups

From incremental filtering to callback mode, everything you'll need to create responsive, high performance web apps.

TreeList Lookup

TreeList Lookup

Create more intuitive web applications and use multi-function controls like our ASP.NET TreeList as data editors within your next web application.

Check Combo Box

Check Combo Box

The DevExpress ASP.NET Data Editors Library ships with a List Box Editor, which by default, supports multi-selection. In this animation, we illustrate how you can use this List Box and our ASP.NET Dropdown Editor together and emulate a combo box with multi-selection support.

Multi-Column Combo Box

Multi-Column Combo Box

Both our ComboBox and ListBox controls allow you to display data across multiple columns. Note that our ComboBox ships with numerous features designed to improve website usability including support for incremental filtering and the ability to load items on demand via callbacks.

Incremental Filtering

Incremental Filtering

The DevExpress ASP.NET Combo Box for Web Forms allows users to filter list items dynamically based on the text entered into the editor's input box. (incremental filtering). The following incremental filter modes are available: Contains and StartsWith.

Image Combo Box

Image Combo Box

To help you create visually descriptive lists within drop down windows, our ComboBox for Web Forms ships with a ShowImageInEditBox property. Use it to associate an image for each item in the ComboBox list.

Callback Mode

Callback Mode

To help improve page load performance, the ComboBox can load list items on demand via callbacks. As you would expect, when callback mode is enabled, list items are loaded dynamically when an end-user scrolls the dropdown list.
DevExpress have allowed me to provide a fully-functional CRM, supporting marketing, sales and support activities to my end users. Len Ford

Image & Color Editors

Color Picker

Color Picker

Our ASP.NET Color Edit (Color Picker) provides an intuitive way for users to select colors via its dropdown. If the control's AllowUserInput property is set to true, users can enter a value directly into the editor's text box using both short and longhand hexadecimal notation for RGB color values ("#F0F", "#D8D8D8") or RGB color format (e.g., "rgb(255,0,0)"). The Color Editor can also accept HTML color names (e.g., "red", "green").

Image Control

Image Control

Image Control
Use the Image Control to display any supported image within your web application. Options include the ability to specify the display text used when an image is unavailable.

Binary Image

Binary Image

This animation helps illustrate our ASP.NET Binary Image Editors ability to resize and crop images on the server. By default, the image is sent to the server in its original size and resized by the browser. Setting the EnableServerResize property to true activates image resizing on the server. By resizing on the server, you can help reduce the amount of data sent to each client.

Image Gallery

Image Gallery

The Image Gallery offers multiple options to display and navigate image list thumbnails within your ASP.NET Web Forms application. It can be bound to a data source via its DataSourceID or DataSource property or it can display images from a folder. Once you've specified the location of individual images, the Image Gallery scales and auto-generates thumbnails.

Use the Image Control to display any supported image within your web application. Options include the ability to specify the display text used when an image is unavailable.

What amazed me the most was the excellent support DevExpress provides. With the My Questions and code examples you always get a solution.Dolf Van Den Berg

Progress & Track Bars

Simplify value selection with our Track Bar and give users feedback on data intensive operations with our Progress Bar.

Progress Bar

Progress Bar

Progress Bar
Use the Progress Bar to visually indicate the status of lengthy operations and associated progress rate.

Track Bar

Track Bar

Use our Track Bar to select/specify values within your ASP.NET web app. Options include the ability to select a single value or to specify a value range. You can also control both the orientation and direction of the Progress Bar.

Track Bar Range Selection

Track Bar Range Selection

The Track Bar control can display two drag handles - this allows end-users to select a range of values instead of a single value. Simply set the control's AllowRangeSelection property to True to enable this functionality.

Track Bar Scale Settings

Track Bar Scale Settings

You can customize the TrackBar's Scale Settings using the following optoins: MinValue and MaxValue - Limit the value span visualized by the scale. LargeTickInterval - Specifies the interval between large ticks. SmallTickFrequency - Defines the number of small ticks between a single large tick interval.

Custom Items

Custom Items

This animation illustrates the ease with which you can use the TrackBar's client API to synchronize value selection with a corresponding image.
The combination of your great products and commitment to excellent customer service is why I plan on staying with you for the foreseeable future.Tim Miller

CheckBox, List & Radio Editors

Check Box List

Check Box List

Check Box List
The Check Box List displays a check box group and allows end-users to select multiple items within it. Its contents can be generated dynamically by binding the editor to any data source or by populating its item collection manually.

Radio Button List

Radio Button List

Radio Button List
The DevExpress ASP.NET Radio Button can be selected, but cannot be cleared. When paired with multiple Radio Buttons, it allows users to select a single value from a list of choices.

Check Box

Check Box

Check Box
The Check Box makes it easy to edit/modify Boolean values within your web app. It supports 2 or 3 states: Checked, Unchecked, Indeterminate (optional).

Custom Image Lists

Custom Image Lists

Custom Image Lists
The Radio Button List Editor allows you to specify images for its items. You can specify one image for all items within the control or associate a specific image for each item.

Multi-Select List Box

Multi-Select List Box

Multi-Select List Box
Our ASP.NET List Box Editor allows users to select one or more values within it. Selection is controlled by the editor's SelectionMode property and includes the ability to select a single value, multiple values or to display a checkbox for each item in the list.
We see DevExpress as a member in our team, always responsive and producing great quality work. Keep up the good work and thanks for your continued support!Huseyin Tufekcilerli

Multi-Purpose UI Controls

Token Box

Token Box

The Token Box Editor allows users to select values from a drop down list or to enter them manually.

Rating

Rating

The Rating Control can be used to request feedback from users and visualize responses in the form of ratings. The control allows you to specify its value, number of items, image associated with item states (normal, highlighted, selected) and fill type for fractional values.

Callback Panel

Callback Panel

The Callback Panel is a lightweight web control that allows you to dynamically update its content using callbacks, preventing undesirable page postbacks. You can initiate an update callback by calling the PerformCallback client method.

Round Panel

Round Panel

Round Panel
As its name implies, our Round Panel is a container area with rounded corners.

Captcha

Captcha

Captcha
The DevExpress ASP.NET Captcha control (Completely Automated Public Turing test to tell Computers and Humans Apart) can be used to verify that data submitted to your site was done so by a human and not a robot or script. The primary UI elements of the Captcha are its Challenge Image, the Refresh Button and Input Text Box. As you would expect, you can customize the appearance and layout of the Captcha to meet your specific authentication needs.

Filter Control

Filter Control

By integrating our Filter Control in your web app, you can empower end-users and give them the tools to construct filter expressions, combined them with logical operators and apply them to controls or to a data source.

Start your free 30-day trial today!

Download our fully-functional 30-day trial today and
experience the DevExpress difference today.

 

Download Free Trial

Buy this product as part of the following subscription packages.

We are so confident in our products and services that we back them with a 60 day no questions asked money back guarantee. If within the first 60 days of ownership you are not satisfied with the capabilities of our tools, you can request a full refund of the amount you paid to DevExpress by writing to clientservices@devexpress.com or by calling +1 (818) 844-3383.

Best Value
WinForms Controls
.NET 6 / .NET 7 / .NET 8 Support
Data Grid
DirectX Hardware Acceleration
HTML & CSS Markup Support
Charting
Gantt
Spreadsheet
Rich Text Editor
Calendar & Scheduling
Diagrams
Ribbon
Toolbar-Menu
DirectX Form
Dock Windows
Pivot Grid
Tree List
TreeMap
Property Grid
PDF Viewer
Sankey Diagram
Sunburst
Layout Manager
Map Control
Heat Map
Gauge Controls
Navigation Pane
Tile Control
Live Tile Manager
Printing & Exporting
Spell Checker
Data Editors
MVVM Framework
Themes and Skinning
WPF Controls
.NET 6 / .NET 7 / .NET 8 Support
Data Grid
Tree List
Property Grid
Charting
Pivot Grid
Calendar & Scheduling
Spreadsheet
Rich Text Editor
Spell Checker
PDF Viewer
Diagrams
Sankey Diagram
Ribbon
Toolbar-Menu
TreeView
Dock Windows
Layout Manager
Navigation Controls
Data Editors
Map Control
Heat Map
Sunburst
TreeMap
Gantt Control
Gauge Controls
Printing and Exporting
MVVM Framework
Application Themes
Blazor UI Components
Data Grid
Charting
Pivot Grid
Rich Text Editor
Scheduler
Reporting
BI Dashboard
TreeView
Accordion
Data Editors
DropDown
Menu
Context Menu
Flyout
Form Layout
Loading Panel
Pager
Popup Window
Tabs
Toolbar
Upload
Grid Layout
Stack Layout
Wait Indicator
Window
.NET MAUI Controls with Support
Data Grid
CollectionView
Charts
Scheduler
PDF Viewer
Bottom Sheet
Data Editors
Data Form & Form Components
HTML Editor
Image Control
Layout Panels
Popup
Circular Gauge
Shimmer Control
Tabs
Toolbar
.NET MAUI Project Templates
Office File API Support
jQuery Components
Data Grid
Charting
Calendar & Scheduling
Pivot Grid
TreeList
HTML/Markdown Editor
Diagram
Gantt
File Management
Form Layout
Data Editors
Gauge Components
Map Components
Navigation and Layout
Dialogs and Notifications
Actions and Lists
Data Export
Theme Builder
Angular Components
Data Grid
Charting
Calendar & Scheduling
Pivot Grid
TreeList
HTML/Markdown Editor
Diagram
Gantt
File Management
Form Layout
Data Editors
Gauge Components
Map Components
Navigation and Layout
Dialogs and Notifications
Actions and Lists
Data Export
Theme Builder
React Components
Data Grid
Charting
Calendar & Scheduling
Pivot Grid
TreeList
HTML/Markdown Editor
Diagram
Gantt
File Management
Form Layout
Data Editors
Gauge Components
Map Components
Navigation and Layout
Dialogs and Notifications
Actions and Lists
Data Export
Theme Builder
Vue Components
Data Grid
Charting
Calendar & Scheduling
Pivot Grid
TreeList
HTML/Markdown Editor
Diagram
Gantt
File Management
Form Layout
Data Editors
Gauge Components
Map Components
Navigation and Layout
Dialogs and Notifications
Actions and Lists
Data Export
Theme Builder
ASP.NET Web Forms Controls
Data Grid
Charting
Ribbon
Spreadsheet
Rich Text Editor
Calendar & Scheduling
Card View
Site Navigation
Page Layout
Docking and Popups
Pivot Grid
Tree List
TreeView
Vertical Grid
HTML Editor
Gauge Controls
Data Browsing
Image Browsing
File Management
Multi-Purpose Site Controls
Printing & Exporting
Spell Checker
Data Editors
Themes and Skinning
Diagram
Gantt
ASP.NET MVC Extensions
Data Grid
Charting
Ribbon
Spreadsheet
Rich Text Editor
Calendar & Scheduling
Card View
Page Layout
Site Navigation
Docking and Popups
Pivot Grid
Tree List
TreeView
Vertical Grid
HTML Editor
Data Browsing
Image Browsing
File Management
Printing & Exporting
Spell Checker
Data Editors
Themes and Skinning
Diagram
Gantt
ASP.NET MVC Client-Side Controls
Data Grid
Charting
Calendar & Scheduling
Pivot Grid
TreeList
HTML/Markdown Editor
Diagram
Gantt
File Management
Form Layout
Data Editors
Gauge Controls
Map Control
Web Navigation and Layout
Dialogs and Notifications
Multi-Purpose Web Controls
Data Export
Theme Builder
ASP.NET Core Controls
.NET 6 / .NET 7 / .NET 8 Support
Data Grid
Charting
Calendar & Scheduling
Pivot Grid
TreeList
HTML/Markdown Editor
Diagram
Gantt
File Management
Form Layout
Data Editors
Gauge Controls
Map Control
Web Navigation and Layout
Dialogs and Notifications
Multi-Purpose Web Controls
Data Export
Theme Builder
ASP.NET Core Office Controls
.NET 6 / .NET 7 / .NET 8 Support
Spreadsheet
Rich Text Editor
Printing & Export
ASP.NET Bootstrap Controls
Data Grid
CardView
Charting
Ribbon
Rich Text Editor
File Manager
Scheduler
Site Navigation and Layout
Sparkline
Spreadsheet
Data Editors
Themes and Skinning
Reporting
.NET 6 / .NET 7 / .NET 8 Support
Visual Studio Report Designer
WinForms Document Viewer
WinForms End-User Report Designer
Document Viewer (ASP.NET Web Forms, MVC, Core)
Web Report Designer (ASP.NET Web Forms, MVC, Core)
Native Blazor Document Viewer (Server, WebAssembly)
Blazor Web Report Designer (Server, WebAssembly)
WPF Document Viewer
WPF End-User Report Designer
Native Angular Document Viewer
Angular End-User Report Designer
XPO - ORM Library
High Performance ORM
Full Support for 12 Database Engines
.NET 6 / .NET 7 / .NET 8 Support
Visual Data Model Designer
Office File API (Basic)
.NET 6 / .NET 7 / .NET 8 Support
Export to Excel (XLSX, XLS, CSV)
Word Processing Document API (create, edit, update DOC/DOCX, RTF, HTML, etc.)
Office File API (Complete)
.NET 6 / .NET 7 / .NET 8 Support
Non-Windows Environment Support (Linux, macOS, Azure, AWS)
Spreadsheet Document API (create, edit, update XLSX, XLS, CSV)
Export to Excel (XLSX, XLS, CSV)
Word Processing Document API (create, edit, update DOC/DOCX, RTF, HTML, etc.)
PDF Document API
Digital Signature API
Barcode Generation API
Zip Compression and Archive API
Unit Conversion API
Business Intelligence Dashboard
.NET 6 / .NET 7 / .NET 8 Support
WinForms Dashboard Viewer
WinForms End-User Dashboard Designer
WPF Dashboard Viewer
Blazor Dashboard Component
ASP.NET Core Dashboard Control (includes End-User Designer)
ASP.NET Web Forms Dashboard Control (includes End-User Designer)
ASP.NET MVC Dashboard Control (includes End-User Designer)
HTML JS Dashboard Control (includes End-User Designer)
Dashboard Component for Angular (includes End-User Designer)
Dashboard Component for React (includes End-User Designer)
Dashboard Component for Vue (includes End-User Designer)
VS Dashboard Designer
XAF - Cross-Platform .NET App UI
.NET 6, 7, 8 / .NET Framework
WinForms, ASP.NET Core Blazor, ASP.NET Web Forms
Backend Web API Service
Entity Framework Core and XPO ORM Support
Multi-Tenancy Support
Role-based Access Control, Permission Management
Administrative UI (Manage Users & Roles at Runtime)
Audit Trail (History of Data Changes)
Validation (Prevent Data Errors)
Reporting (Shape, Export & Print Data)
Analytics (Dashboard, Chart, Pivot, Map)
Office Documents (Edit Rich Text & Spreadsheets)
File Attachments (Store Custom Files)
Clone Object (Copy Data Records)
Business Process Management (Workflow & State Machine)
Conditional Appearance (Manage UI Element State)
Event Planning (Scheduler & Notifications)
Tree List Editors (Organize Hierarchical Data)
Localization
Themes
.NET App Security & Web API Service
Entity Framework Core ORM Support
XPO ORM Support
Role-based Access Control & Permission Management
ASP.NET Core Web API / OData Service for CRUD and Authorization
Administrative UI to Manage Users and Roles at Runtime
Download Reports
Download File Attachments
Obtain Localized Strings
Validate Data
Audit Data Changes
CodeRush for Visual Studio
VS 2022 Support
VS 2019 Support
VS 2017 Support
VS 2015 Support
Roslyn-Powered Superior Performance
C#, VB.NET, XAML
TestCafe Studio: Functional Web Testing
Coded UI Support for WinForms Controls
Source Code *
WinForms Controls
ASP.NET Controls
WPF Controls
JavaScript - jQuery, Angular, React
Blazor UI Components
Reporting
.NET MAUI Controls with Support
XPO - ORM Library
Office File API
Data Visualization Dashboard
XAF - Cross-Platform .NET App UI
Technical Support
Priority Support

* DevExpress does not include/ship source code for certain products, including CodeRush, TestCafe Studio, and Report & Dashboard Server.

Additional Info

Customizable ASP.NET Themes

The DevExpress ASP.NET Subscription ships with 20+ highly polished themes for your next web application. You can use each of these themes easily, without modification or manipulate them using our free ASP.NET Theme Builder application. See Demo

Sec 508 and Accessibility

The DevExpress ASP.NET Subscription makes it easy to create web applications that meet government regulations regarding web accessibility. Sec 508 and Web Content Accessibility Guidelines 1.0 support is available across our entire DevExpress ASP.NET Product Line. Read about accessibility

Touch and Mobile Device Enabled

Deliver elegant, touch-enabled ASP.NET and MVC web applications using the platform you know and love. The ASP.NET Subscription helps you leverage your current investments and address customer needs via a comprehensive range of Web Forms Controls and MVC Extensions that support touch on iOS Safari, Android and Internet Explorer 10.

AJAX Enabled with Rich Client-Side API

Each and every control provides an ability to update the control using callbacks, eliminating the need to re-load the entire page. This callback functionality allows you to optimize how data is transferred to the client. We also offer you a comprehensive client-side API, along with the ability to handle events on the client side. With our ASP.NET components, you have full control over the control's behavior via client functions.

Fast and Lightweight with XHTML Compliance

DevExpress controls are optimized for exceptional performance and efficient memory use without the loss of functionality or features. DevExpress ASP.NET controls also support optimizations like HTML compression, callbacks, image sprites, resource caching and sharing. Key ASP.NET controls in this subscription use semantic HTML to keep output clean and minimal. The semantic HTML markup means that web pages are lighter and faster, more search engine friendly and provide improved accessibility for screen readers.

Straightforward Localization

All DevExpress ASP.NET AJAX Controls can be easily localized using satellite resource assemblies. DevExpress delivers satellite assemblies for a large variety of languages and cultures. To make it easy to get started, resource files for three cultures are included to our installation: German, Japanese, and Spanish. If you need to modify our shipping resources or create satellite assemblies for a different language, simply use our Online Localization Service, a free tool for our active ASP.NET subscribers. Online Localization Service

Best in Class Tools

DevExpress is honored to have been voted best in class 19 times in this year's Visual Studio Magazine Reader's Choice Awards.

Experience the DevExpress difference and see why your peers consistently vote our products #1. With our Universal Subscription, you will build your best, see complex software with greater clarity, increase your productivity and create stunning applications for Windows, Web and your Mobile world.

19 VSM Awards in 2023 x19
20 VSM Awards in 2022 x20
20 VSM Awards in 2021 x20
18 VSM Awards in 2020 x18