Back to Devexpress

.NET MAUI Data Editor Types

maui-404621-editors-editor-types.md

latest3.5 KB
Original Source

.NET MAUI Data Editor Types

  • Nov 20, 2024
  • 2 minutes to read

This article lists all available DevExpress Data Editors for the .NET MAUI platform.

Text Data Editors

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.

Text Editor

TextEdit – A single-line text editor.

Password Editor

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

Multiline Text Editor

MultilineEdit – A multi-line text editor.

These editors combine a text field with a drop-down list.

Combo Box

ComboBoxEdit – A combo box editor. The control allows a user to select a single item.

Auto-Complete Editor

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

Token Editor

TokenEdit – An editor for single or multiple item selection with a predefined item source.

Auto-Complete Token Editor

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.

Date, Time, and Numeric Editors

These editors display a number, date, or time in a specific format.

Numeric Editor

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).

Date Editor

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.

Time Editor

TimeEdit – An editor that allows users to specify a time. The editor supports 12- and 24-hour formats.

Checkbox

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

Material Design - Checkboxes