Extended.Wpf.Toolkit 5.1.2

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.

No packages depend on Extended.Wpf.Toolkit.

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

This package has no dependencies.

Version Downloads Last updated
5.1.2 4 06/15/2026
5.1.1 3 06/15/2026
5.1.0 3 06/15/2026
5.0.0 28 12/10/2025
4.7.25104.5739 28 12/13/2025
4.7.25103.5738 32 12/10/2025
4.6.1 19 12/13/2025
4.6.0 27 12/14/2025
4.5.1 31 12/09/2025
4.5.0 20 12/12/2025
4.4.0 22 12/12/2025
4.3.0 20 12/16/2025
4.2.0 20 12/19/2025
4.1.0 25 12/11/2025
4.0.2 25 12/11/2025
4.0.1 22 12/19/2025
4.0.0 21 12/13/2025
3.8.2 19 12/19/2025
3.8.1 22 12/13/2025
3.7.0 29 12/09/2025
3.6.0 32 12/11/2025
3.5.0 23 12/15/2025
3.2.0 28 12/11/2025
2.2.1 26 12/10/2025