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
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
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
The Hyperlink Editor allows you display hyperlinks as an image or as text.
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
Use our ASP.NET Memo Editor when you need to display field values across multiple lines.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Use the Progress Bar to visually indicate the status of lengthy operations and associated progress rate.
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
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
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
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
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
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
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
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
The Token Box Editor allows users to select values from a drop down list or to enter them manually.
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
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
As its name implies, our Round Panel is a container area with rounded corners.
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
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.