Xamarin.Forms.DataGrid
1.8.7
See the version list below for details.
dotnet add package Xamarin.Forms.DataGrid --version 1.8.7
NuGet\Install-Package Xamarin.Forms.DataGrid -Version 1.8.7
<PackageReference Include="Xamarin.Forms.DataGrid" Version="1.8.7"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Xamarin.Forms.DataGrid --version 1.8.7
#r "nuget: Xamarin.Forms.DataGrid, 1.8.7"
// Install Xamarin.Forms.DataGrid as a Cake Addin #addin nuget:?package=Xamarin.Forms.DataGrid&version=1.8.7 // Install Xamarin.Forms.DataGrid as a Cake Tool #tool nuget:?package=Xamarin.Forms.DataGrid&version=1.8.7
DataGrid component for Xamarin.Forms
Learn more about Target Frameworks and .NET Standard.
-
- Xamarin.Forms (>= 2.3.3.168)
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 | 6,957 | 1/30/2023 | |
5.0.0.2515 | 9,883 | 10/17/2022 | |
4.8.0 | 61,617 | 12/15/2020 | |
3.1.0 | 98,263 | 6/7/2018 | |
3.0.1-pre1 | 1,857 | 5/30/2018 | |
3.0.0-pre1 | 1,572 | 5/11/2018 | |
2.2.2-pre2 | 1,792 | 5/31/2018 | |
2.2.2-pre1 | 1,567 | 5/30/2018 | |
2.2.0-pre1 | 1,280 | 5/29/2018 | |
2.1.0 | 4,889 | 5/10/2018 | |
2.0.0 | 11,175 | 1/17/2018 | |
1.9.9 | 2,626 | 12/15/2017 | |
1.9.8 | 1,381 | 12/13/2017 | |
1.9.7-pre2 | 1,028 | 11/30/2017 | |
1.9.7-pre1 | 936 | 11/30/2017 | |
1.9.6 | 1,493 | 11/29/2017 | |
1.9.3 | 8,639 | 10/10/2017 | |
1.9.2 | 16,260 | 6/6/2017 | |
1.9.0-pre1 | 1,020 | 5/22/2017 | |
1.8.7 | 3,023 | 4/6/2017 | |
1.8.5-pre1 | 1,078 | 3/9/2017 | |
1.8.3 | 1,957 | 2/21/2017 | |
1.8.1-pre1 | 1,027 | 2/9/2017 | |
1.8.0-pre1 | 1,002 | 2/7/2017 | |
1.7.3 | 2,049 | 12/27/2016 | |
1.7.0-beta2 | 1,016 | 12/23/2016 | |
1.6.3 | 1,509 | 12/19/2016 | |
1.6.0-beta1 | 1,013 | 11/25/2016 | |
1.5.0 | 2,126 | 11/2/2016 | |
1.4.3 | 1,456 | 10/31/2016 | |
1.4.1 | 1,501 | 10/19/2016 | |
1.3.0 | 2,914 | 7/11/2016 | |
1.2.0 | 1,374 | 6/23/2016 |
FormattedTitle feature added for header.
API CHANGES:
- PropertyName bind to your cell's context now. Please consider this, if necessary kindly update your code.
From 1.8.5-pre1:
- ItemsSource related issues fixed [https://github.com/akgulebubekir/Xamarin.Forms.DataGrid/pull/28]
- PropertyName binding expressions support [https://github.com/akgulebubekir/Xamarin.Forms.DataGrid/pull/26]