Skip to main content
A newer version of this page is available. .

Editor List

  • 3 minutes to read

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

BinaryImage

BinaryImageFor

BinaryImage Main Features

An editor for displaying binary images.

Button

Button

Main Features

The button control.

ButtonEdit

ButtonEditFor

ButtonEdit

ButtonEditFor

ButtonEdit Main Features

A text editor that allows you to display buttons within an edit box.

Calendar

CalendarFor

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

Captcha

A CAPTCHA component used to verify that submitted data come from a human and not a robot or script.

CheckBox

CheckBoxFor

CheckBox

CheckBoxFor

CheckBox Main Features

The check box control that represents an option. Mostly used to edit Boolean values.

CheckBoxList

CheckBoxListFor

CheckBoxList

CheckBoxListFor

CheckBoxList Main Features

An extension that provides a list of check boxes.

ColorEdit

ColorEditFor

ColorEdit

ColorEditFor

A color editor.

ComboBox

ComboBoxFor

ComboBox

ComboBoxFor

A text editor that allows you to select predefined items from a dropdown list.

DateEdit

DateEditFor

DateEdit

DateEditFor

An editor that allows you to edit date values using a dropdown calendar.

DropDownEdit

DropDownEditFor

DropDownEdit

DropDownEditFor

An editor with a templated drop down window.

GridLookup

GridLookup

An editor that allows end-users to locate and select values from a dropdown grid.

HyperLink

HyperLinkFor

HyperLink

HyperLinkFor

An editor that allows you to edit hyperlinks and navigate to their targets.

Image

ImageFor

Image

ImageFor

An editor for displaying images.

Label

LabelFor

Label

LabelFor

The label extension capable of displaying text on a web page.

ListBox

ListBoxFor

ListBox

ListBoxFor

The list box extension that displays a list of items, which can be selected by an end-user.

Memo

MemoFor

Memo

MemoFor

An editor that allows you to display and edit multi-line text.

ProgressBar

ProgressBarFor

ProgressBar

ProgressBarFor

The progress bar extension.

RadioButton

RadioButtonFor

RadioButton

RadioButtonFor

A button editor that can be selected, but not cleared by a user.

RadioButtonList

RadioButtonListFor

RadioButtonList

RadioButtonListFor

An editor providing a group of radio buttons.

SpinEdit

SpinEditFor

SpinEdit

SpinEditFor

A textbox editor with specific spin buttons used to edit numeric values.

TextBox

TextBoxFor

TextBox

TextBoxFor

A single line text editor.

TimeEdit

TimeEditFor

TimeEdit

TimeEditFor

An editor capable of displaying and editing time values.

TokenBox

TokenBoxFor

TokenBox

TokenBoxFor

An editor that allows you to auto complete values from a predefined list.

TrackBar

TrackBarFor

TrackBar

TrackBarFor

A slider editor for single and range value selection.

ValidationSummary

ValidationSummary

ValidationSummary Main Features

Summarizes validation errors from multiple data editors.