DevExpress .NET MAUI Data Grid - Bind to a local DB (SQLite) This example shows how to bind the DevExpress .NET MAUI DataGrid to a local db (SQLite). This project uses the following NuGet packages to access data stored in the SQLite database: sqlite-net-pcl SQLite SQLitePCLRaw.core SQLitePCLRaw.bundle_green Files to Review Contacts.cs MainPage.xaml MainPage.xaml.cs