Extended.Wpf.Toolkit 5.1.1
Extended WPF Toolkit – Open-Source WPF UI Controls & Components for .NET
Extended WPF Toolkit – Open-Source WPF Controls & Components for .NET
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
- Accordion for collapsible content
- TabControl with enhanced features
- Expander for expandable sections
- GroupBox for content grouping
- 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
- Rating control
- ProgressBar enhancements
- Slide controls and sliders
Styling & Theming
- Multiple built-in themes
- Dark mode support
- Light mode support
- 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
Create a Themed WPF Window
<Window x:Class="DemoApp.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Extended WPF Toolkit Demo"
Height="350"
Width="525">
<Grid>
<StackPanel Margin="20" VerticalAlignment="Top">
<TextBlock Text="Welcome to Extended WPF Toolkit"
FontSize="18"
FontWeight="Bold"
Margin="0,0,0,20"/>
<TextBlock Text="Free, Open-Source WPF Controls"
FontSize="14"/>
</StackPanel>
</Grid>
</Window>
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 |
|---|---|
| Accordion | ✓ |
| Expander | ✓ |
| GroupBox | ✓ |
| TabControl | ✓ |
| Carousel | ✓ |
| BusyIndicator | ✓ |
Visual & Interactive
| Feature | Supported |
|---|---|
| ColorPicker | ✓ |
| Rating Control | ✓ |
| SplitButton | ✓ |
| DropdownButton | ✓ |
| RichTextBox | ✓ |
| Slider enhancements | ✓ |
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+
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
- GitHub Repository - Source code and documentation
- GitHub Issues - Report bugs and request features
- NuGet Package - View on NuGet.org
- License - MIT License details
Related Xceed Products
Enterprise WPF Components
- Xceed Toolkit Plus for WPF - Commercial WPF controls with advanced features
- Xceed DataGrid for WPF - High-performance DataGrid with virtualization
Document & Office Automation
- Xceed Words for .NET - Word document creation and PDF conversion
- Xceed Workbooks for .NET - Excel workbook creation and editing
- Xceed PDF Library for .NET - PDF creation and manipulation
File Transfer & Compression
- Xceed Zip for .NET - ZIP, TAR, GZip compression
- Xceed Real-Time Zip for .NET - Streaming ZIP compression
- Xceed SFTP for .NET - Secure SFTP file transfer
- Xceed FTP for .NET - FTP and FTPS file transfer
Cross-Platform UI
- Xceed Toolkit for .NET MAUI - Cross-platform MAUI controls
Lightweight Tools
- DocX - Free Word document creation library
Getting Help
- GitHub Repository - Source code and issues
- GitHub Discussions - Community discussions and Q&A
- GitHub Issues - Report bugs and request features
- NuGet Package - View on NuGet.org
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.
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.
| 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 | 20 | 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 | 24 | 12/15/2025 |
| 3.2.0 | 28 | 12/11/2025 |
| 2.2.1 | 26 | 12/10/2025 |