Extended.Wpf.Toolkit 5.1.2

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

Extended WPF Toolkit – Open-Source WPF UI Controls & Components for .NET

Extended.Wpf.Toolkit


NuGet NuGet Downloads GitHub License


Extended WPF Toolkit – Open-Source WPF Controls & Components for .NET

Product Docs API Reference Examples GitHub Support License


Overview

Extended WPF Toolkit is a free, open-source collection of WPF controls and components for .NET desktop applications. Built by Xceed Software and the community, it provides essential UI controls that extend the standard WPF framework with additional functionality, modern styling, and improved user experiences.

Ideal for developers building Windows desktop applications who want professional-grade controls without licensing costs. Includes DatePicker, TimePicker, NumericUpDown, PropertyGrid, CheckComboBox, and many more controls.

Community-driven and actively maintained on GitHub.

Key Features

Data & Input Controls

  • DateTimePicker with custom formatting
  • TimePicker for time selection
  • NumericUpDown with validation
  • MaskedTextBox for formatted input
  • AutoCompleteBox for intelligent suggestions
  • CheckListBox for multiple selections
  • PropertyGrid for object editing
  • MultiLineTextEditor

Layout & Navigation

  • Carousel for item carousel display
  • BusyIndicator for loading states

Visual & Interactive Components

  • ColorPicker for color selection
  • RichTextBox enhanced editor
  • CheckComboBox for multi-select
  • SplitButton and DropdownButton

Styling & Theming

  • MVVM-friendly architecture
  • Full WPF template customization
  • Custom styling support

Developer Experience

  • Open-source code on GitHub
  • No licensing costs
  • Community contributions
  • Active development
  • Comprehensive documentation
  • Free to use and modify

Installation

NuGet Package Manager

dotnet add package Extended.Wpf.Toolkit

Package Manager Console

Install-Package Extended.Wpf.Toolkit

Quick Start

Use the DateTimePicker Control

<xctk:DateTimePicker
    x:Name="DatePicker"
    Value="{Binding SelectedDate}"
    Format="Custom"
    FormatString="MMMM dd, yyyy - hh:mm tt"
    Margin="10"/>

Use the NumericUpDown Control

<xctk:IntegerUpDown
    Value="{Binding Quantity}"
    Minimum="0"
    Maximum="999"
    Margin="10"/>

Create a PropertyGrid

<xctk:PropertyGrid
    SelectedObject="{Binding SelectedItem}"
    Margin="10"/>

public class Item
{
    public string Name { get; set; }
    public string Description { get; set; }
    public decimal Price { get; set; }
    public bool IsActive { get; set; }
}

Core Capabilities

Input Controls

Feature Supported
DateTimePicker
TimePicker
NumericUpDown
MaskedTextBox
AutoCompleteBox
CheckListBox
CheckComboBox
PropertyGrid

Layout Controls

Feature Supported
Carousel
BusyIndicator

Visual & Interactive

Feature Supported
ColorPicker
SplitButton
DropdownButton
RichTextBox

Features

Feature Supported
Open-source code
MIT License
No licensing costs
Community maintained
MVVM support
Full source available

Supported Frameworks

  • .NET Framework 4.5+
  • .NET Core 3.1
  • .NET 5+
  • .NET 6+
  • .NET 7+
  • .NET 8+
  • .NET 9+
  • .NET 10+

Supported Platforms

  • Windows Desktop (WPF)

Common Use Cases

  • Open-Source Projects - Build WPF apps without licensing concerns
  • Internal Business Tools - Develop internal desktop applications
  • Educational Software - Teach WPF and .NET development
  • Small Business Software - Create cost-effective business solutions
  • Desktop Utilities - Build Windows utility applications
  • Community Projects - Contribute to open-source initiatives
  • Enterprise Applications - Use as foundation for custom controls
  • Proof of Concept - Prototype WPF applications quickly

Resources

Enterprise WPF Components

Document & Office Automation

File Transfer & Compression

Cross-Platform UI

Lightweight Tools

  • DocX - Free Word document creation library

Getting Help

License

Extended WPF Toolkit is free and open-source under the MIT License. You can use, modify, and distribute it freely in your projects. See the license file for details.


GitHub Issues Discussions License NuGet


Extended WPF Toolkit – Free, open-source WPF controls for .NET desktop applications.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  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 (110)

Showing the top 5 NuGet packages that depend on Extended.Wpf.Toolkit:

Package Downloads
Eto.Platform.Wpf

This is the WPF platform for Eto.Forms UI Framework. Include this along with your Eto.Forms application to provide a WPF interface for your windows users. WPF is by default preferred over the Eto.Platform.Windows platform, so if both are included, WPF will be selected. You do not need to use any of the classes of this assembly (unless customizing the WPF functionality of the platform), and should just use the UI controls from the Eto assembly.

AnyStatus.Plugins

An open-source plugins and extensions library for AnyStatus. For more information visit https://www.anystat.us

Mutagen.Bethesda.WPF

A C# library for Mutagen/Bethesda related WPF controls and styling

CroplandWpf

A WPF control library and theme inspired by Material Design.

kara_wpf

Package Description

GitHub repositories (124)

Showing the top 20 popular GitHub repositories that depend on Extended.Wpf.Toolkit:

Repository Stars
MathewSachin/Captura
Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
ramjke/Translumo
Advanced real-time screen translator for games, hardcoded subtitles in videos, static text and etc.
accord-net/framework
Machine learning, computer vision, statistics and general scientific computing for .NET
HJLebbink/asm-dude
Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window
hirschmann/nbfc
NoteBook FanControl
nefarius/ScpToolkit
Windows Driver and XInput Wrapper for Sony DualShock 3/4 Controllers
goatcorp/FFXIVQuickLauncher
Custom launcher for FFXIV
open-rpa/openrpa
Free Open Source Enterprise Grade RPA
ArcadeRenegade/SidebarDiagnostics
A simple sidebar for Windows desktop that displays hardware diagnostic information.
microsoft/AdaptiveCards
A new way for developers to exchange card content in a common and consistent way.
openbullet/openbullet
The OpenBullet web testing application.
ArthurHub/HTML-Renderer
Cross framework (WinForms/WPF/PDF/Metro/Mono/etc.), Multipurpose (UI Controls / Image generation / PDF generation / etc.), 100% managed (C#), High performance HTML Rendering library.
micahmo/WgServerforWindows
Wg Server for Windows (WS4W) is a desktop application that allows running and managing a WireGuard server endpoint on Windows
gluck/il-repack
Open-source alternative to ILMerge
CXWorld/CapFrameX
Frametime capture and analysis tool
JKorf/Binance.Net
A C# .netstandard client library for the Binance REST and Websocket Spot and Futures API focusing on clear usage and models
microsoft/powerapps-tools
Unsupported PowerApps Tools & Apps
baffler/Transparent-Twitch-Chat-Overlay
Twitch chat on top of windowed games for single monitor streamers
wabbajack-tools/wabbajack
An automated Modlist installer for various games.
Wouterdek/NodeNetwork
A C# library with a WPF node editor component based on ReactiveUI
Version Downloads Last Updated
5.1.2 485 6/12/2026
5.1.1 788 6/11/2026
5.1.0 248 6/11/2026
5.0.0 174,017 9/9/2025
4.7.25104.5739 166,371 3/10/2025
4.6.1 256,031 7/5/2024
4.6.0 301,721 1/22/2024
4.5.1 342,751 8/15/2023
4.5.0 441,697 11/25/2022
4.4.0 203,034 8/12/2022
4.3.0 216,879 3/25/2022
4.2.0 325,726 12/2/2021
4.1.0 539,199 5/18/2021
4.0.2 259,939 1/7/2021
4.0.1 402,568 7/2/2020
4.0.0 55,079 6/26/2020
3.8.2 659,837 6/26/2020
3.8.1 885,244 2/7/2020
Loading failed

v5.1 provides 12 bug fixes and improvements. Released June 22, 2026.