Humbatt.UI.Toolkit.Core 10.0.2601.41

dotnet add package Humbatt.UI.Toolkit.Core --version 10.0.2601.41
                    
NuGet\Install-Package Humbatt.UI.Toolkit.Core -Version 10.0.2601.41
                    
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="Humbatt.UI.Toolkit.Core" Version="10.0.2601.41" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Humbatt.UI.Toolkit.Core" Version="10.0.2601.41" />
                    
Directory.Packages.props
<PackageReference Include="Humbatt.UI.Toolkit.Core" />
                    
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 Humbatt.UI.Toolkit.Core --version 10.0.2601.41
                    
#r "nuget: Humbatt.UI.Toolkit.Core, 10.0.2601.41"
                    
#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 Humbatt.UI.Toolkit.Core@10.0.2601.41
                    
#: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=Humbatt.UI.Toolkit.Core&version=10.0.2601.41
                    
Install as a Cake Addin
#tool nuget:?package=Humbatt.UI.Toolkit.Core&version=10.0.2601.41
                    
Install as a Cake Tool

Humbatt.UI.Toolkit

UI toolkit(controls and helper functions) for WPF and WinUI (Experimental).

This toolkit includes

  • Behaviours
  • Converters
  • Controls
  • Editors

Converters (WinUI, WPF and MAUI)

  • BooleanToReverseVisibilityConverter
  • BooleanToVisibilityConverter
  • BoolToColorConverter
  • BoolToFontWeight
  • BytesToBitmapConverter
  • DateToStringConverter
  • EnumMatchToBooleanConverter
  • HexStringToColorConverter
  • PercentValueConverter

Controls (WPF)

  • FluidProgressBar
  • SearchableListControl

Editors (WPF)

  • AutoCompleteTextBox
  • BindableListBox
  • DecimalTextBox
  • MultiComboBox

Package Changes

We have changed the packages to provide a more consistent naming mechanism and to allow the WinUI and WPF component to exist in a single package.

We have also addded MAUI support.

Package Info (Old)

Platform/Feature Package name Stable Beta
WPF Humbatt.UI.Toolkit.WPF NuGet NuGet
Metro(MahApps) Humbatt.UI.Toolkit.WPF.Metro NuGet NuGet
MVVM Humbatt.UI.Toolkit.WPF.Mvvm NuGet NuGet

Package Info (New)

Platform/Feature Package name Stable Beta
WinUI Humbatt.UI.Toolkit.WinUI NuGet NuGet
MAUI Humbatt.UI.Toolkit.Mobile NuGet NuGet
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Humbatt.UI.Toolkit.Core:

Package Downloads
Humbatt.UI.Toolkit.WPF

WPF UI controls, extensions and helpers for .Net Core 3.x and Net 5+

Humbatt.UI.Toolkit.WinUI

WinUI UI controls, extensions and helpers for .NET 8.0+

Humbatt.UI.Toolkit.Desktop

WPF and WinUI UI controls, extensions and helpers for .NET 8.0+

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.2601.41 138 1/4/2026
3.0.2503.131 279 3/13/2025
3.0.2501.71 214 1/7/2025
2.0.2406.201 261 6/20/2024
1.0.2112.281 1,045 12/28/2021
1.0.2102.52-prerelease 603 2/5/2021
1.0.2010.1414-prerelease 710 10/14/2020
1.0.2010.131-prerelease 665 10/13/2020

Added support for .NET 10.0 and Option Item support