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

Data Editors

Watch Video: Get Started with 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.

SimpleButton
A simple button.