Back to Devexpress

.NET MAUI DevExpress Data Editors: Examples

maui-404573-editors-examples.md

latest5.4 KB
Original Source

.NET MAUI DevExpress Data Editors: Examples

  • Mar 06, 2024
  • 2 minutes to read

The following GitHub examples use the DevExpress .NET MAUI Data Editors to implement various usage scenarios:

DevExpress Editors for .NET MAUIIllustrates 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 FormsUses 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 ServiceUses TextEdit and PasswordEdit components to implement a login page.Implement Deployment FormUtilizes AutoCompleteTokenEdit and TokenEdit components to create custom items within a DataFormView.Configure an Auto-Complete EditorShows how you can customize our text editor with the autocomplete feature. Editor items are loaded in asynchronous mode.Implement a Phone Book AppShows 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 EditorThis example sets up a combo-box editor.Set Up a Text EditorConfigures a text editor and demonstrates its main settings.Set Up a Numeric EditorConfigures a numeric editor and demonstrates its main settings.Configure a Date EditorConfigures a date editor and demonstrates its main settings.Configure a Time EditorConfigures a time editor and demonstrates its main settings.Implement a Search Bar for DevExpress .NET MAUI DataGridThis example uses a TextEdit to implement a search bar above a DataGridView.DevExpress Chips for .NET MAUIShows how to use chips of different types.Chip Filters for a CollectionViewAdds a group of chips (FilterChipGroup) with predefined filters that you can apply to the CollectionView control.Display Filtering UI Elements in a BottomSheetUses Chip components to invoke a bottom sheet with available filters.Create a Filter UI FormShows how to use filter items to create a filter form for a CollectionView.Token EditorsIncorporates TokenEdit and AutoCompleteTokenEdit within a MAUI app (and configure associated settings).DevExpress Form Items for .NET MAUIShows how to use various form items to build a settings page.