Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

.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 the indeterminate state.. You can also use the DXSwitch control that performs the assigned action when a user toggles it.

DevExpress Checkbox and Button for .NET MAUI

See Also