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.
Related Members:
- DXCollectionView: ItemsSource, IsPullToRefreshEnabled, SelectionMode, PullToRefreshCommand, FilterString, IsRefreshing, AllowLiveDataShaping, DetailFormTemplate, DetailEditFormTemplate, DetailNewItemFormTemplate, CreateDetailFormViewModel, ValidateAndSave
- DataFormView: DataObject, IsAutoGenerationEnabled, ValidateProperty
Implementation Details
Refer to the following GitHub example to see implementation details: