.NET MAUI DevExpress Data Editors: Examples
- 2 minutes to read
The following GitHub examples use the DevExpress .NET MAUI Data Editors to implement various usage scenarios:
- DevExpress Editors for .NET MAUI
- Illustrates some of the features available to you when using our .NET MAUI Editors library. Highlight features include input data validation and label and icon customization.
- Create Login and Sign-Up Forms
- Uses multiple editors to create Login and Sign-Up forms. The list of uses editors include TextEdit, PasswordEdit, MultilineEdit, ComboBoxEdit, DateEdit, InputChipGroup, CheckBoxColor.
- Authenticate Users with the DevExpress Web API Service
- Uses TextEdit and PasswordEdit components to implement a login page.
- Implement Deployment Form
- Utilizes AutoCompleteTokenEdit and TokenEdit components to create custom items within a DataFormView.
- Configure an Auto-Complete Editor
- Shows how you can customize our text editor with the autocomplete feature. Editor items are loaded in asynchronous mode.
- Implement a Phone Book App
- Shows how to use a text editor with autocomplete to implement a search UI in a phone book. Editor items are loaded in synchronous mode.
- Configure a Combo-Box Editor
- This example sets up a combo-box editor.
- Set Up a Text Editor
- Configures a text editor and demonstrates its main settings.
- Set Up a Numeric Editor
- Configures a numeric editor and demonstrates its main settings.
- Configure a Date Editor
- Configures a date editor and demonstrates its main settings.
- Configure a Time Editor
- Configures a time editor and demonstrates its main settings.
- Implement a Search Bar for DevExpress .NET MAUI DataGrid
- This example uses a TextEdit to implement a search bar above a DataGridView.
- DevExpress Chips for .NET MAUI
- Shows how to use chips of different types.
- Chip Filters for a CollectionView
- Adds a group of chips (FilterChipGroup) with predefined filters that you can apply to the CollectionView control.
- Display Filtering UI Elements in a BottomSheet
- Uses Chip components to invoke a bottom sheet with available filters.
- Create a Filter UI Form
- Shows how to use filter items to create a filter form for a CollectionView.
- Token Editors
- Incorporates TokenEdit and AutoCompleteTokenEdit within a MAUI app (and configure associated settings).
- DevExpress Form Items for .NET MAUI
- Shows how to use various form items to build a settings page.