Skip to main content

CRUD Operations

This project shows how to bind our .NET MAUI 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 the CollectionView to the database. The database is included in the project and contains the Contacts table with pre-defined records.

Task-based Scenarios - CollectionView

View Example: DevExpress CollectionView for .NET MAUI - CRUD Operations

Related Members:

Implementation Details

Refer to the following GitHub example to see implementation details:

View Example: DevExpress CollectionView for .NET MAUI - CRUD Operations