Skip to main content

.NET MAUI Data Editor Types

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

DevExpress Text editor for MAUI

Password Editor

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

DevExpress Password editor for MAUI

Multiline Text Editor

MultilineEdit – A multi-line text editor.

DevExpress Multiline text editor for MAUI

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.

DevExpress Combo box editor for MAUI

Auto-Complete Editor

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

DevExpress Auto-complete editor for MAUI

Token Editor

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

DevExpress Token editor for MAUI

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.

DevExpress Auto-complete token editor for MAUI

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

DevExpress Numeric editor for MAUI

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.

DevExpress Date editor for MAUI

Time Editor

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

DevExpress Time editor for MAUI

Checkbox

CheckEdit – A checkbox that supports an indeterminate state.

DevExpress Checkbox and Button for .NET MAUI

See Also