NTI.Toolkit.WPF 1.6.4

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

NTI Toolkit WPF

Controls

  • ContentLabel
  • CheckComboBox
  • CheckGridViewColumn
  • CollectionEditor
  • EditableListView
  • NumberBox, NumberUpDown
  • ObjectEditor
  • FolderPathTextBox, OpenFilePathTextBox, SaveFilePathTextBox

Converters

  • BooleanConverter (inverse, and, enum, null)
  • FileInfoConverter (file path as string ↔ FileInfo)
  • SpaceConverter (inserts '·' for every space ' ' in string)
  • TrimmingConverter (removes leading and trailing spaces from a string)
  • VisibilityConverter (boolean, empty string, enum, enumerable, integer, null, boolean and)

Utilities

  • [DescriptionFromResource] Attribute
  • Enumeration Markup Extension
  • ImagingExtensions
  • XamlDrawing Markup Extension
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.4 215 6/8/2026
1.6.3 234 2/16/2026
1.6.2 235 8/15/2025
1.6.1 236 8/14/2025
1.6.0.1 589 7/24/2025
1.6.0 619 7/23/2025
1.5.9.2 224 6/24/2025
1.5.9.1 223 6/23/2025
1.5.8 411 5/19/2025
1.5.7 224 5/19/2025
1.5.1 224 2/28/2025
1.5.0 188 2/25/2025
1.4.0 227 9/4/2024
1.3.1 198 8/7/2024
1.3.0 219 5/14/2024
1.2.0 228 5/7/2024
1.1.2 567 2/7/2024
1.1.1 209 2/1/2024
1.1.0 208 2/1/2024
1.0.3 222 1/22/2024
Loading failed

Add TrimmingConverter