maui-404621-editors-editor-types.md
This article lists all available DevExpress Data Editors for the .NET MAUI platform.
Text editors allow single-line or multi-line entry. Masked input support allows you to facilitate entry for values such as emails, phone numbers, or zip codes. Password entry functionality is also available.
TextEdit – A single-line text editor.
PasswordEdit – An editor that allows users to enter and manage passwords.
MultilineEdit – A multi-line text editor.
These editors combine a text field with a drop-down list.
ComboBoxEdit – A combo box editor. The control allows a user to select a single item.
AutoCompleteEdit – A text editor that suggests values as a user enters characters into the edit box.
TokenEdit – An editor for single or multiple item selection with a predefined item source.
AutoCompleteTokenEdit – An editor for single or multiple item selection that allows you to load items dynamically based on the user input and your custom logic.
These editors display a number, date, or time in a specific format.
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 displays a date in a specific format. Users can select a date within a cross-platform customizable or platform-specific native date picker.
TimeEdit – An editor that allows users to specify a time. The editor supports 12- and 24-hour formats.
CheckEdit – A checkbox that supports the indeterminate state.. You can also use the DXSwitch control that performs the assigned action when a user toggles it.
See Also