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

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.

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