aspnet-12003-aspnet-mvc-extensions-data-editors-extensions-editor-list.md
This topic provides a list of all the extensions in the ASP.NET MVC Editors Library (see below).
All editor extensions are designed to be used for standalone or in-place editing within the container extension provided by DevExpress (Grid View). To embed a specific editor in a container extension, a corresponding EditorSettings object (specific to the editor’s type) must be created. This object provides implementation of all the editor settings, allowing the in-place editor to be fully customized. A container extension (GridView) uses information provided by EditorSettings classes to create fully-functional editors when required.
Each editor contains the corresponding client-side equivalent object that allows you to perform the required actions on the client side.
The table below lists available editors, their corresponding editor settings classes and proper client-side equivalents.
|
Data Editor
|
Overview
|
Main Features
|
Description
| | --- | --- | --- | --- | |
BinaryImage
BinaryImageFor
|
|
|
An editor for displaying binary images.
| |
Button
|
|
|
The button control.
| |
ButtonEdit
ButtonEditFor
|
|
|
A text editor that allows you to display buttons within an edit box.
| |
Calendar
CalendarFor
|
| |
The calendar control that allows dates to be selected and provides you with a quick way of navigating through months and years.
| |
Captcha
|
| |
A CAPTCHA component used to verify that submitted data come from a human and not a robot or script.
| |
CheckBox
CheckBoxFor
|
|
|
The check box control that represents an option. Mostly used to edit Boolean values.
| |
CheckBoxList
CheckBoxListFor
|
|
|
An extension that provides a list of check boxes.
| |
ColorEdit
ColorEditFor
|
| |
A color editor.
| |
ComboBox
ComboBoxFor
|
| |
A text editor that allows you to select predefined items from a dropdown list.
| |
DateEdit
DateEditFor
|
| |
An editor that allows you to edit date values using a dropdown calendar.
| |
DropDownEdit
DropDownEditFor
|
| |
An editor with a templated drop down window.
| |
GridLookup
|
| |
An editor that allows end-users to locate and select values from a dropdown grid.
| |
HyperLink
HyperLinkFor
|
| |
An editor that allows you to edit hyperlinks and navigate to their targets.
| |
Image
ImageFor
|
| |
An editor for displaying images.
| |
Label
LabelFor
|
| |
The label extension capable of displaying text on a web page.
| |
ListBox
ListBoxFor
|
| |
The list box extension that displays a list of items, which can be selected by an end-user.
| |
Memo
MemoFor
|
| |
An editor that allows you to display and edit multi-line text.
| |
ProgressBar
ProgressBarFor
|
| |
The progress bar extension.
| |
RadioButton
RadioButtonFor
|
| |
A button editor that can be selected, but not cleared by a user.
| |
RadioButtonList
RadioButtonListFor
|
| |
An editor providing a group of radio buttons.
| |
SpinEdit
SpinEditFor
|
| |
A textbox editor with specific spin buttons used to edit numeric values.
| |
TextBox
TextBoxFor
|
| |
A single line text editor.
| |
TimeEdit
TimeEditFor
|
| |
An editor capable of displaying and editing time values.
| |
TokenBox
TokenBoxFor
|
| |
An editor that allows you to auto complete values from a predefined list.
| |
TrackBar
TrackBarFor
|
| |
A slider editor for single and range value selection.
| |
ValidationSummary
|
|
ValidationSummary Main Features
|
Summarizes validation errors from multiple data editors.
|