![]() |
VOOZH | about |
dotnet add package Spice86.DataGrid --version 0.1.2
NuGet\Install-Package Spice86.DataGrid -Version 0.1.2
<PackageReference Include="Spice86.DataGrid" Version="0.1.2" />
<PackageVersion Include="Spice86.DataGrid" Version="0.1.2" />Directory.Packages.props
<PackageReference Include="Spice86.DataGrid" />Project file
paket add Spice86.DataGrid --version 0.1.2
#r "nuget: Spice86.DataGrid, 0.1.2"
#:package Spice86.DataGrid@0.1.2
#addin nuget:?package=Spice86.DataGrid&version=0.1.2Install as a Cake Addin
#tool nuget:?package=Spice86.DataGrid&version=0.1.2Install as a Cake Tool
Spice86.DataGrid is an Avalonia DataGrid package used by Spice86.
It combines:
inside one assembly/package for simpler consumption.
This package provides:
DataGrid and related control types (Avalonia.Controls, Avalonia.Controls.Primitives, and related namespaces),Themes/Fluent.xamlThemes/Simple.xamlDataGridSemiTheme.axamlDataGrid.axamlShared.axamlLight.axamlDark.axamlCurrent project configuration targets:
net10.012.0.2dotnet add package Spice86.DataGrid
<Application.Styles>
<StyleInclude Source="avares://Spice86.DataGrid/Themes/Fluent.xaml" />
</Application.Styles>
<Application.Styles>
<spice86:DataGridSemiTheme xmlns:spice86="clr-namespace:Spice86.DataGrid;assembly=Spice86.DataGrid" />
</Application.Styles>
<DataGrid ItemsSource="{Binding Rows}" AutoGenerateColumns="False">
<DataGrid.Columns>
<DataGridTextColumn Header="Name" Binding="{Binding Name}" />
<DataGridTextColumn Header="Value" Binding="{Binding Value}" />
</DataGrid.Columns>
</DataGrid>
Source repository:
Main library project path:
src/Spice86.DataGrid/Avalonia.Controls.DataGrid/Avalonia.Controls.DataGrid.csprojBuild command:
dotnet build Spice86.DataGrid.slnx --configuration Release
MIT. See repository LICENSE.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Spice86.DataGrid:
| Package | Downloads |
|---|---|
|
Spice86
Reverse engineer and rewrite real mode dos programs |
Showing the top 1 popular GitHub repositories that depend on Spice86.DataGrid:
| Repository | Stars |
|---|---|
|
OpenRakis/Spice86
Reverse engineer and rewrite real mode DOS programs!
|