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

Included Components

  • 3 minutes to read

This topic provides a list of all the Data Editors controls (see below).

All editor controls are designed to be used for standalone or in-place editing within the container control provided by DevExpress (ASPxGridView). To embed a specific editor in a container control, a corresponding EditorProperties object (specific to the editor’s type) must be created. This object provides implementation of all the editor properties, allowing the in-place editor to be fully customized. A container control (ASPxGridView) uses information provided by EditorProperties 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 properties classes and proper client-side equivalents.

Logo Server Control Editor Properties Class Client Object Description
logo_ASPxBinaryImage ASPxBinaryImage BinaryImageEditProperties ASPxClientBinaryImage An editor for displaying binary images.
logo_ASPxButton ASPxButton None ASPxClientButton The button control.
logo_ASPxButtonEdit.png ASPxButtonEdit ButtonEditProperties ASPxClientButtonEdit A text editor that allows you to display buttons within an edit box.
logo_ASPxCalendar.png ASPxCalendar CalendarProperties ASPxClientCalendar The calendar control that allows dates to be selected and provides you with a quick way of navigating through months and years.
logo_ASPxCheckBox.png ASPxCheckBox CheckBoxProperties ASPxClientCheckBox The check box control that represents an option. Mostly used to edit Boolean values.
logo_ASPxCheckBoxList ASPxCheckBoxList CheckBoxListProperties ASPxClientCheckBoxList A control that provides a list of check boxes.
ASPxColorEdit-Icon ASPxColorEdit ColorEditProperties ASPxClientColorEdit A color editor.
logo_ASPxComboBox.png ASPxComboBox ComboBoxProperties ASPxClientComboBox A text editor that allows you to select predefined items from a dropdown list.
logo_ASPxDateEdit.png ASPxDateEdit DateEditProperties ASPxClientDateEdit An editor that allows you to edit date values using a dropdown calendar.
ASPxDropDownEdit-Icon ASPxDropDownEdit DropDownEditProperties ASPxClientDropDownEdit An editor with a templated drop down window.
logo_ASPxFilterControl.png ASPxFilterControl None ASPxClientFilterControl A stand-alone control that allows end-users to build filter criteria.
logo_ASPxHyperLink.png ASPxHyperLink HyperLinkProperties ASPxClientHyperLink An editor that allows you to edit hyperlinks and navigate to their targets.
logo_ASPxImage.png ASPxImage ImageEditProperties ASPxClientImage An editor for displaying images.
logo_ASPxLabel.png ASPxLabel LabelProperties ASPxClientLabel The label control capable of displaying text on a web page.
logo_ASPxListBox.png ASPxListBox ListBoxProperties ASPxClientListBox The list box control that displays a list of items, which can be selected by an end-user.
logo_ASPxMemo.png ASPxMemo MemoProperties ASPxClientMemo An editor that allows you to display and edit multi-line text.
ASPxProgressBar-Icon ASPxProgressBar ProgressBarProperties ASPxClientProgressBar The progress bar control.
logo_ASPxRadioButton.png ASPxRadioButton RadioButtonProperties ASPxClientRadioButton A button control that can be selected, but not cleared by a user.
logo_ASPxRadioButtonList.png ASPxRadioButtonList RadioButtonListProperties ASPxClientRadioButtonList A control providing a group of radio buttons.
logo_ASPxSpinEdit.gif ASPxSpinEdit SpinEditProperties ASPxClientSpinEdit A textbox editor with specific spin buttons used to edit numeric values.
logo_ASPxTextBox.png ASPxTextBox TextBoxProperties ASPxClientTextBox A single line text editor.
ASPxTimeEdit-logo.png ASPxTimeEdit TimeEditProperties ASPxClientTimeEdit An editor capable of displaying and editing time values.
ASPxTokenBox-logo.png ASPxTokenBox TokenBoxProperties ASPxClientTokenBox A text editor that allows you to select multiple items from a predefined list using the auto complete behavior.
ASPxTrackBar_logo.png ASPxTrackBar TrackBarProperties ASPxClientTrackBar A slider editor for single and range value selection.
ASPxValidationSummary-logo.png ASPxValidationSummary None ASPxClientValidationSummary A control that allows for easy validation by displaying validation errors grouped in a single panel.