DataJuggler.Win.Controls 1.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DataJuggler.Win.Controls --version 1.4.2
NuGet\Install-Package DataJuggler.Win.Controls -Version 1.4.2
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="DataJuggler.Win.Controls" Version="1.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataJuggler.Win.Controls --version 1.4.2
#r "nuget: DataJuggler.Win.Controls, 1.4.2"
#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 DataJuggler.Win.Controls as a Cake Addin
#addin nuget:?package=DataJuggler.Win.Controls&version=1.4.2

// Install DataJuggler.Win.Controls as a Cake Tool
#tool nuget:?package=DataJuggler.Win.Controls&version=1.4.2

DataJuggler.Win.Controls is a collection of controls that contain a label and a control such as the LabelTextBoxControl
   or the LabelComboBoxControl.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on DataJuggler.Win.Controls:

Package Downloads
DataJuggler.DBCompare

DB Compare compares two instances of a SQL Server database. This project has been on .Net Framework for about 10 or 12 years or more. DB Compare has been updated to .NET8.0, and should run faster. C# Developers - Now you can create a project in a manner of minutes and this way you can stay updated with the latest version. This product is also a standalone application. Using it as a Nuget package is just a nice way to always have the latest version.

DataJuggler.Tutorials.PasswordVault

This project contains a demo form and control used for a tutorial video.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.3 80 3/17/2024
8.0.2 233 11/20/2023
8.0.1 110 11/20/2023
8.0.0 127 11/15/2023
7.2.1 141 9/26/2023
7.2.0 118 9/24/2023
7.1.8 158 8/14/2023
7.1.6 162 7/14/2023
7.1.5 142 7/14/2023
7.1.4 157 6/21/2023
7.1.3 154 6/21/2023
7.1.2 274 3/13/2023
7.1.1 251 2/24/2023
7.1.0 225 2/24/2023
7.0.1 435 11/9/2022
7.0.0 337 11/9/2022
7.0.0-rc1 193 10/19/2022
6.2.4 475 6/17/2022
6.2.3 437 6/16/2022
6.2.2 419 5/15/2022
6.2.1 419 5/15/2022
6.2.0 496 4/5/2022
6.1.4 475 1/24/2022
6.1.3 454 1/19/2022
6.1.2 310 1/4/2022
6.1.1 316 1/1/2022
6.1.0 295 12/30/2021
6.0.0 310 12/11/2021
5.8.10 364 11/7/2021
5.8.9 366 10/31/2021
5.8.8 353 9/15/2021
5.8.7 369 9/13/2021
5.8.5 412 9/10/2021
5.8.4 406 9/9/2021
5.8.3 376 9/5/2021
5.8.2 476 8/3/2021
5.8.1 404 8/3/2021
5.8.0 364 8/2/2021
5.7.16 387 8/2/2021
5.7.15 399 7/15/2021
5.7.14 379 7/15/2021
5.7.12 348 7/15/2021
5.7.11 350 7/15/2021
5.7.10 397 7/15/2021
5.7.9 376 6/7/2021
5.7.8 393 6/7/2021
5.7.7 383 6/7/2021
5.7.6 404 6/7/2021
5.7.5 379 6/7/2021
5.7.4 532 12/23/2020
5.7.3 443 11/29/2020
5.7.2 512 11/29/2020
5.7.1 574 11/29/2020
5.6.10 737 1/9/2020
5.6.9 712 10/2/2019
5.6.8 629 9/22/2019
5.6.7 605 9/22/2019
5.6.6 621 9/4/2019
5.6.5 610 9/2/2019
5.6.4 612 9/2/2019
5.6.2 619 9/2/2019
5.6.1 602 9/1/2019
5.6.0 606 8/31/2019
5.5.9 627 8/31/2019
5.5.8 635 8/31/2019
5.5.7 628 8/30/2019
5.5.6 638 8/30/2019
5.5.5 600 8/16/2019
5.5.4 629 8/11/2019
5.5.3 657 8/11/2019
5.5.2 1,037 8/3/2019
5.5.1 1,120 8/2/2019
5.5.0 636 8/2/2019
5.4.6 654 7/20/2019
5.4.5 687 6/5/2019
5.4.4 705 6/2/2019
5.4.2 703 6/2/2019
5.4.1 684 5/27/2019
1.4.3 1,754 1/23/2015
1.4.2 1,352 1/21/2015
1.4.1 1,354 1/13/2015

Version 1.4.2
Added an ICheckChangedListener interface and now the LabelCheckBoxControl lets you register a listener. Just implement the ICheckChangedListener interface on any form or control by creating a method that has a signature like the following:

private void OnCheckChanged(LabelCheckBox sender, bool isChecked)



Version 1.4.1
This is the first release on Nuget.