Xamarin.Forms.DataGrid 1.6.0-beta1

This is a prerelease version of Xamarin.Forms.DataGrid.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Forms.DataGrid --version 1.6.0-beta1
                    
NuGet\Install-Package Xamarin.Forms.DataGrid -Version 1.6.0-beta1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Forms.DataGrid" Version="1.6.0-beta1">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xamarin.Forms.DataGrid" Version="1.6.0-beta1" />
                    
Directory.Packages.props
<PackageReference Include="Xamarin.Forms.DataGrid">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xamarin.Forms.DataGrid --version 1.6.0-beta1
                    
#r "nuget: Xamarin.Forms.DataGrid, 1.6.0-beta1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Xamarin.Forms.DataGrid@1.6.0-beta1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xamarin.Forms.DataGrid&version=1.6.0-beta1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Xamarin.Forms.DataGrid&version=1.6.0-beta1&prerelease
                    
Install as a Cake Tool

DataGrid component for Xamarin.Forms

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Xamarin.Forms.DataGrid:

Repository Stars
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
Serg-Norseman/GEDKeeper
GEDKeeper - program for work with personal genealogical database
Version Downloads Last Updated
5.0.0.2545 9,885 1/30/2023
5.0.0.2515 11,193 10/17/2022
4.8.0 68,661 12/15/2020
3.1.0 105,689 6/7/2018
3.0.1-pre1 2,201 5/30/2018
3.0.0-pre1 1,899 5/11/2018 3.0.0-pre1 is deprecated because it is no longer maintained.
2.2.2-pre2 2,223 5/31/2018 2.2.2-pre2 is deprecated because it is no longer maintained.
2.2.2-pre1 1,989 5/30/2018 2.2.2-pre1 is deprecated because it is no longer maintained.
2.2.0-pre1 1,698 5/29/2018 2.2.0-pre1 is deprecated because it is no longer maintained.
2.1.0 5,413 5/10/2018 2.1.0 is deprecated because it is no longer maintained.
2.0.0 11,891 1/17/2018
1.9.9 3,016 12/15/2017
1.9.8 1,741 12/13/2017
1.9.7-pre2 1,270 11/30/2017
1.9.7-pre1 1,194 11/30/2017
1.9.6 1,747 11/29/2017
1.9.3 22,715 10/10/2017
1.9.2 16,863 6/6/2017
1.9.0-pre1 1,264 5/22/2017
1.8.7 3,372 4/6/2017
1.8.5-pre1 1,342 3/9/2017
1.8.3 2,224 2/21/2017
1.8.1-pre1 1,293 2/9/2017
1.8.0-pre1 1,258 2/7/2017
1.7.3 2,304 12/27/2016
1.7.0-beta2 1,271 12/23/2016
1.6.3 1,893 12/19/2016
1.6.0-beta1 1,267 11/25/2016
1.5.0 2,525 11/2/2016
1.4.3 1,963 10/31/2016
1.4.1 2,001 10/19/2016
1.3.0 3,172 7/11/2016
1.2.0 1,657 6/23/2016

- HeaderLabelStyle feature implemented. With tat feature yu will be able to customize DataGrid Header's Label.

- Custom sorting icon feature added(AscendingIcon & DescendingIcon).

-Xamarin.Forms version updated to 2.3.3.168