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

Data Editors

The DevExpress Editors for Xamarin.Forms library includes the following controls:

Editor

Class

TextEdit
A single-line text editor.

MultilineEdit
An editor that displays and allows users to edit multi-line text.

PasswordEdit
An editor that allows users to enter and manage passwords.

ComboBoxEdit
A combo box editor.

AutoCompleteEdit
A text editor that suggests values as a user enters characters into the edit box.

NumericEdit
An editor that displays a numeric value and allows a user to edit the value (enter a number in the edit box or use spin buttons to decrease/increase the value).

DateEdit
An editor that allows users to select dates in a platform-specific date picker.

TimeEdit
An editor that allows users to specify a time. Supports the 12- and 24-hour formats.

CheckEdit
A checkbox that supports the indeterminate state.

Action Chip

Chip
A chip that allows users to trigger an action.

Choice Chip Group

ChoiceChipGroup
A chip group that allows users to select a single chip.

Filter Chip Group

FilterChipGroup
A chip group that allows users to select multiple chips.

Input Chip Group

InputChipGroup
A chip group that allows users to input a new chip.

SimpleButton
A simple button.

Watch Video: Get Started with Data Editors

View Example: DevExpress Data Editors for Xamarin.Forms