Back to Devexpress

.NET MAUI DevExpress Collection View: Examples

maui-404540-collection-view-examples.md

latest3.4 KB
Original Source

.NET MAUI DevExpress Collection View: Examples

  • Mar 06, 2024
  • 2 minutes to read

The DevExpress .NET MAUI CollectionView ships with GitHub feature-based examples.

Get Started with a Collection ViewShows how to add a DXCollectionView control to a MAUI app, populate it with items, configure item appearance, and sort and group items.Infinite ScrollingImplements infinite scrolling in CollectionView.Pull to Refresh the Item ListShows how to allow users to request content updates with a pull-down gesture in CollectionView.Select Collection View ItemsShows how to allow item selection in the Collection View and configure selected item appearance.Add Custom Actions on Swipe GesturesShows how to extend CollectionView’s UI with additional elements that appear when a user swipes an item from left to right or from right to left and how to perform custom actions on tap.Context Menu Actions in PopupImplements context menu actions for CollectionView items. To create a context menu, we used the DXPopup Control that contains Buttons. These buttons can invoke different actions.Incorporate CRUD OperationsShows how to bind our CollectionView control to a SQLite database and implement CRUD operations (create, read, update, delete). These operations allow you to post changes that users make in CollectionView to the database.Chip Filters for a CollectionViewAdds chips with predefined filters that you can apply to the CollectionView control.Create a Filter UI FormShows how to implement a filtering form. In this form, users can specify filter rules applied to multiple data source fields.Display Filtering UI Elements in a BottomSheetPlaces the CollectionView’s filtering UI elements into a BottomSheet control.