Skip to main content

DevExpress Download Manager as an Alternative to NuGet Gallery

  • 2 minutes to read

Note

Microsoft will end Xamarin-related support services on May 1, 2024 and shift development focus to the .NET MAUI platform.

Based on Microsoft’s decision, we highly recommend those using Xamarin.Forms to consider our .NET MAUI Component Suite for existing/new mobile projects. DevExpress .NET MAUI components support many of the features/capabilities available in Xamarin.Forms counterparts.

Please refer to the following help topic when you are ready to migrate your DevExpress Xamarin.Forms-based application to .NET MAUI: Migration from Xamarin.Forms to .NET MAUI.

If the DevExpress NuGet Gallery does not fit your needs, you can also use the Download Manager to obtain libraries that contain DevExpress Components for Xamarin.Forms. The Download Manager allows you to select the required version, review changes in this version, and download an archive with assemblies.

Download Manager

Tip

We recommend that you use the DevExpress NuGet Gallery to download and install dependencies in your projects. The NuGet Gallery gives you multiple advantages: for example, you get notifications when a new version is available, dependencies are automatically downloaded and installed.

How to Add Assemblies to Your Solution

Add required assemblies to each project (shared, Android, and iOS) to use the corresponding DevExpress components in the solution.

In Solution Explorer, right-click Dependencies in a project and select Add Project Reference.

Add Project Reference

The tables below contain lists of assemblies that you need add to the shared (<YourAppName>), iOS (<YourAppName>.iOS), and Android (<YourAppName>.Android) projects in order to have access to DevExpress components.

Show Assemblies Grouped by Component and Project

Components

Shared Project Assemblies

Data Grid

DevExpress.XamarinForms.Grid.dll

DevExpress.XamarinForms.Editors.dll

DevExpress.XamarinForms.CollectionView.dll

DevExpress.XamarinForms.Core.dll

Collection View

DevExpress.XamarinForms.CollectionView.dll

DevExpress.XamarinForms.Core.dll

Charts

DevExpress.XamarinForms.Charts.dll

DevExpress.XamarinForms.Core.dll

Editors

DevExpress.XamarinForms.Editors.dll

DevExpress.XamarinForms.CollectionView.dll

DevExpress.XamarinForms.Core.dll

Navigation

DevExpress.XamarinForms.Navigation.dll

DevExpress.XamarinForms.Core.dll

Components

Android Project Assemblies

Data Grid

DevExpress.XamarinForms.Grid.Android.dll

DevExpress.XamarinForms.Editors.Android.dll

DevExpress.XamarinForms.CollectionView.Android.dll

DevExpress.XamarinForms.Core.Android.dll

DevExpress.Xamarin.Android.Grid.dll

Collection View

DevExpress.XamarinForms.CollectionView.Android.dll

DevExpress.XamarinForms.Core.Android.dll

DevExpress.Xamarin.Android.CollectionView.dll

Charts

DevExpress.XamarinForms.Charts.Android.dll

DevExpress.XamarinForms.Core.Android.dll

DevExpress.Xamarin.Android.Charts.dll

Editors

DevExpress.XamarinForms.Editors.Android.dll

DevExpress.XamarinForms.CollectionView.Android.dll

DevExpress.XamarinForms.Core.Android.dll

DevExpress.Xamarin.Android.Editors.dll

Navigation

DevExpress.XamarinForms.Navigation.Android.dll

DevExpress.XamarinForms.Core.Android.dll

DevExpress.Xamarin.Android.Navigation.dll

Components

iOS Project Assemblies

Data Grid

DevExpress.XamarinForms.Grid.iOS.dll

DevExpress.XamarinForms.Editors.iOS.dll

DevExpress.XamarinForms.CollectionView.iOS.dll

DevExpress.XamarinForms.Core.iOS.dll

DevExpress.Xamarin.iOS.Grid.dll

Collection View

DevExpress.XamarinForms.CollectionView.iOS.dll

DevExpress.XamarinForms.Core.iOS.dll

DevExpress.Xamarin.iOS.CollectionView.dll

Charts

DevExpress.XamarinForms.Charts.iOS.dll

DevExpress.XamarinForms.Core.iOS.dll

DevExpress.Xamarin.iOS.Charts.dll

Editors

DevExpress.XamarinForms.Editors.iOS.dll

DevExpress.XamarinForms.CollectionView.iOS.dll

DevExpress.XamarinForms.Core.iOS.dll

DevExpress.Xamarin.iOS.Editors.dll

Navigation

DevExpress.XamarinForms.Navigation.iOS.dll

DevExpress.XamarinForms.Core.iOS.dll

DevExpress.Xamarin.iOS.Navigation.dll

Note

You can find these assemblies in the Binaries directory of the downloaded archive.

See Also