Leminhdong.Dz.Wpf.DataGrid 1.0.0.8

dotnet add package Leminhdong.Dz.Wpf.DataGrid --version 1.0.0.8                
NuGet\Install-Package Leminhdong.Dz.Wpf.DataGrid -Version 1.0.0.8                
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="Leminhdong.Dz.Wpf.DataGrid" Version="1.0.0.8" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Leminhdong.Dz.Wpf.DataGrid --version 1.0.0.8                
#r "nuget: Leminhdong.Dz.Wpf.DataGrid, 1.0.0.8"                
#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.
// Install Leminhdong.Dz.Wpf.DataGrid as a Cake Addin
#addin nuget:?package=Leminhdong.Dz.Wpf.DataGrid&version=1.0.0.8

// Install Leminhdong.Dz.Wpf.DataGrid as a Cake Tool
#tool nuget:?package=Leminhdong.Dz.Wpf.DataGrid&version=1.0.0.8                

<Grid.ColumnDefinitions> <ColumnDefinition Width="Auto"/> <ColumnDefinition Width="*"/> <ColumnDefinition Width="200"/> </Grid.ColumnDefinitions>

<local:DZCustomGrid RowCount="3" ColumnCount="3" RowHeights="Auto," ColumnWidths="200,"> <StackPanel Grid.Row="1" Grid.Column="1"> <TextBlock Text="Item 1"/> <TextBlock Text="Item 2"/> <TextBlock Text="Item 3"/> </StackPanel> </local:DZCustomGrid>

Product Compatible and additional computed target framework versions.
.NET net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.