Included Components
- 3 minutes to read
This topic lists all included Data Editor controls.
You can use an editor control stand-alone or within a DevExpress container control such as a grid view (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 implements all the editor properties that allow you to customize the in-place editor. The container control (ASPxGridView) uses information from 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 client-side equivalents.
Logo | Server Control | Editor Properties Class | Client Object | Description |
---|---|---|---|---|
![]() |
ASPxBinaryImage | BinaryImageEditProperties | ASPxClientBinaryImage | An editor that displays binary images. |
![]() |
ASPxButton | None | ASPxClientButton | The button control. |
![]() |
ASPxButtonEdit | ButtonEditProperties | ASPxClientButtonEdit | A text editor that allows you to display buttons within an edit box. |
![]() |
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. |
![]() |
ASPxCheckBox | CheckBoxProperties | ASPxClientCheckBox | A check box control that displays a check box option. Mostly used to edit Boolean values. |
![]() |
ASPxCheckBoxList | CheckBoxListProperties | ASPxClientCheckBoxList | A control that provides a list of check boxes. |
![]() |
ASPxColorEdit | ColorEditProperties | ASPxClientColorEdit | A color editor. |
![]() |
ASPxComboBox | ComboBoxProperties | ASPxClientComboBox | A text editor that allows you to select predefined items from a dropdown list. |
![]() |
ASPxDateEdit | DateEditProperties | ASPxClientDateEdit | An editor that allows you to edit date values using a dropdown calendar. |
![]() |
ASPxDropDownEdit | DropDownEditProperties | ASPxClientDropDownEdit | An editor with a templated dropdown window. |
![]() |
ASPxFilterControl | None | ASPxClientFilterControl | A stand-alone control that allows end-users to build filter criteria. |
![]() |
ASPxHyperLink | HyperLinkProperties | ASPxClientHyperLink | An editor that allows you to edit hyperlinks and navigate to their targets. |
![]() |
ASPxImage | ImageEditProperties | ASPxClientImage | An editor that displays images. |
![]() |
ASPxLabel | LabelProperties | ASPxClientLabel | A label control that displays text on a web page. |
![]() |
ASPxListBox | ListBoxProperties | ASPxClientListBox | A list box control that displays a list of items that a user can select. |
![]() |
ASPxMemo | MemoProperties | ASPxClientMemo | An editor that allows you to display and edit multi-line text. |
![]() |
ASPxProgressBar | ProgressBarProperties | ASPxClientProgressBar | The progress bar control. |
![]() |
ASPxRadioButton | RadioButtonProperties | ASPxClientRadioButton | A button control that a user can select, but not clear. |
![]() |
ASPxRadioButtonList | RadioButtonListProperties | ASPxClientRadioButtonList | A control that displays a group of radio buttons. |
![]() |
ASPxSpinEdit | SpinEditProperties | ASPxClientSpinEdit | A textbox editor with specific spin buttons used to edit numeric values. |
![]() |
ASPxTextBox | TextBoxProperties | ASPxClientTextBox | A single-line text editor. |
![]() |
ASPxTimeEdit | TimeEditProperties | ASPxClientTimeEdit | An editor that allows users to edit displayed time values. |
![]() |
ASPxTokenBox | TokenBoxProperties | ASPxClientTokenBox | A text editor that allows you to select multiple items from a predefined list using the auto-complete feature. |
![]() |
ASPxTrackBar | TrackBarProperties | ASPxClientTrackBar | A slider editor for single and range value selection. |
![]() |
ASPxValidationSummary | None | ASPxClientValidationSummary | A control that allows you to summarize validation errors and display them as a group in a panel. |