.NET MAUI Embedding Sample App - DevExpress .NET MAUI Controls
This sample app embeds the DevExpress .NET MAUI Controls in an Uno Platform application.
For more information on how to use the controls from DevExpress in an Uno Platform application via .NET MAUI Embedding, please visit our documentation here.

Important
The DevExpress .NET MAUI Controls are currently available free of charge. However, in order to access the NuGet packages you do need to create an account at DevExpress website.
Once you have an account with DevExpress, you need to visit the Your DevExpress NuGet Feed URL page to retrieve a NuGet feed that's associated with your account. You can either add this as a NuGet feed in Visual Studio or use a nuget.config file.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="DevExpress Private Feed" value="[your NuGet feed goes here]" />
</packageSources>
</configuration>
To summarize in order to test this sample app:
- Create a DevExpress account and obtain the necessary licenses for the DevExpress packages.
- Add your DevExpress NuGet Feed URL to the project.
- Look for comments marked with "IMPORTANT: TODO: Uncomment to test the DevExpressApp" and uncomment the corresponding code blocks.
List of controls used in this sample
- DataGridView
- ChartView
Sample App - Examples
iOS:
- DataGridView
- ChartView
- DataGridView
Android:
- DataGridView
- ChartView
- DataGridView
Sample App - Issues
If you encounter any issues with this sample, please open an issue here.
What is the Uno Platform
Uno Platform is an open-source .NET platform for building single codebase native mobile, web, desktop, and embedded apps quickly. For additional information about Uno Platform or if you have any feedback to share, please refer to the README.md file in this Samples repository.