Syncfusion.Editors.WinUI 19.4.0.55

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Editors.WinUI --version 19.4.0.55
                    
NuGet\Install-Package Syncfusion.Editors.WinUI -Version 19.4.0.55
                    
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="Syncfusion.Editors.WinUI" Version="19.4.0.55" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Editors.WinUI" Version="19.4.0.55" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Editors.WinUI" />
                    
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 Syncfusion.Editors.WinUI --version 19.4.0.55
                    
#r "nuget: Syncfusion.Editors.WinUI, 19.4.0.55"
                    
#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 Syncfusion.Editors.WinUI@19.4.0.55
                    
#: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=Syncfusion.Editors.WinUI&version=19.4.0.55
                    
Install as a Cake Addin
#tool nuget:?package=Syncfusion.Editors.WinUI&version=19.4.0.55
                    
Install as a Cake Tool

The Syncfusion Editor controls for WinUI 3 - Project Reunion package contains the following editor controls needed in any line-of-business applications

List of Controls:

Color Picker

The Color Picker control allows users to edit solid and gradient colors. It provides RGB, HSV, HSL, CMYK, and HEX color modes for color selection.

key features

  • Color Editing - Drag the handle to pick your favorite color in the picker region or set the color values manually with input control (RGB or HSV or HSL or CMYK or Hex codes).
  • A slider displaying the Hue spectrum, allowing for selection of a hue value.
  • Gradient Editor - Sliders capable of altering the stops of a linear or radial brush.
  • Supports ToolTip to show the selected color while dragging the picker in ColorEdit control.

Color Palette

The color palette control allows users to select a color from predefined color palettes.

key features

  • Theme base and its variant colors support.
  • Standard base and its variant support.
  • Automatic color support.
  • More color selection support.
  • Theme and standard panel customization support.
  • No color option to selected a transparent color.
  • Supports ToolTip to show the selected color while hover on the color item.

The dropdown color picker allows users to edit solid and gradient colors by loading the color picker into the dropdown. It provides RGB, HSV, HSL, CMYK, and HEX color modes for color selection.

key features

  • Color Editing - Drag the handle to pick your favorite color in the picker region or set the color values manually with input control (RGB or HSV or HSL or CMYK or Hex codes).
  • A slider displaying the Hue spectrum, allowing for selection of a hue value.
  • Color channel modes switching support(RGB, HSV, HSL CMYK).
  • Dropdown button split mode option.
  • Dropdown customization support.
  • Supports ToolTip to show the selected color while dragging the picker in color spectrum.

The dropdown color palette control allows users to select a color from predefined color palettes by loading color palettes into the dropdown.

key features

  • Theme base and its variant colors support.
  • Standard base and its variant support.
  • Automatic color support.
  • Dropdown button split mode option.
  • More color selection support.
  • Drop down palette customization support.
  • Dropdown customization support.
  • Supports ToolTip to show the selected color while hover on the color item.

Date Picker

The date picker control allows users to pick a date from the dropdown list and edit the date using a masked input.

key features

  • Formatting – The Control displays the selected date value in a various formats.
  • Date Spinner – The drop-down portion used for selecting the date and it can be customized.
  • Restrict dates – Restrict the user to select specific dates.

Time Picker

The time picker control allows users to pick a time from the dropdown list and edit the time using a masked input.

key features

  • Formatting – The Control displays the selected time value in a various formats.
  • Time spinner – The drop-down portion used for selecting the time and it can be customized.
  • Spinner customization - Allow to customize the drop-down spinner header and each cells

NumberBox

The Number Box control allows users to edit a currency, percent, or decimal number using touch, mouse, or keyboard input.

key features

  • Supports validation of input when the focus is lost or after pressing the Enter key.
  • Supports increasing and decreasing the value by PageUp, PageDown, UpArrow, DownArrow keys and mouse scrolling.
  • Supports increasing and decreasing the value using Up-Down button.
  • Supports to show values in different custom formats.
  • Supports to show values in currency, percent and decimal formats.
  • Supports to show values based on the different culture and regional settings.
  • Supports to show watermark text when NumberBox has empty or null value.

ComboBox

The WinUI ComboBox control (drop-down) is a text box component that allows users to type a value or choose an option from a list of predefined options. It has several out-of-the-box features, such as data binding, filtering, UI customization, and custom templates.

key features

  • Editable mode - Editable and non-editable text boxes to select items from the given data source.
  • Filtering mode - Provides both filtering and non-filtering suggestion lists with three ways to display filtered suggestions. They are: Display suggestions using the drop-down list, append the first suggestion to the text, and a combination of both.
  • Single and Multiple Selection - ComboBox control allows single and multiple selection. The required selection can easily be specified using the SelectionMode property.
  • Watermark - Displays placeholder text inside the combo box control until the user inputs the text.
  • Style - Dropdown list items can be customized with the image or custom control using templates.
  • Localization - Localizes the static text to any desired language.

Segmented Control

The WinUI Segmented Control provides a simple way to choose from a linear set of two or more segments, each of which functions as a mutually exclusive option.

key features

  • Customize the segment background, text color, selection style, and more using built-in features to fit your application’s theme.
  • Populate the segment items from a collection of strings and business objects.
  • Completely customize the segments with custom UI.

Autocomplete

The WinUI AutoComplete control is highly optimized to quickly load and populate suggestions from a large volume of data depending on the users’ input characters. It allows users to select one or more items from the suggestion list.

key features

  • Filtering - AutoComplete has built-in support to filter data items. The filter operation starts as soon as user start typing characters in the component.
  • Single and Multiple Selection - AutoComplete control allows single and multiple selection. The required selection can easily be specified using the SelectionMode property.
  • Custom filter - AutoComplete provides the user to filter the item in the suggestion list based on their filtering condition.
  • Watermark - Displays placeholder text inside the auto complete control until the user inputs the text.
  • Style - Dropdown list items can be customized with the image or custom control using templates.
  • Localization - Localizes the static text to any desired language.

Learn More about WinUI UI Controls

Documentation

Release History

Online Demos

Contact Support

Suggest a feature or report a bug

Pricing

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1600+ components and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. To acquire a license, you can purchase one here or start a free 30-day trial here.


sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
.NET net5.0-windows10.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Syncfusion.Editors.WinUI:

Package Downloads
Syncfusion.Calendar.WinUI

This package provides the functionality to utilize the features of Syncfusion® WinUI Calendar, Calendar Date Picker, and Calendar DateRange Picker.

Syncfusion.Grid.WinUI

This package provides the functionality to utilize the features of Syncfusion® WinUI DataGrid, and TreeGrid.

Syncfusion.Scheduler.WinUI

This package provides the functionality to utilize the features of Syncfusion® WinUI Scheduler control and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
31.1.20 19 9/16/2025
31.1.19 205 9/11/2025
31.1.18 192 9/10/2025
31.1.17 227 9/5/2025
30.2.7 344 8/25/2025
30.2.6 264 8/18/2025
30.2.5 238 8/13/2025
30.2.4 327 8/7/2025
30.1.42 174 7/28/2025
30.1.41 618 7/22/2025
30.1.40 378 7/14/2025
30.1.39 313 7/8/2025
30.1.38 420 7/1/2025
30.1.37 482 6/25/2025
29.2.11 675 6/16/2025
29.2.10 456 6/9/2025
29.2.9 384 6/5/2025
29.2.8 748 6/3/2025
29.2.7 347 5/26/2025
29.2.5 416 5/21/2025
29.2.4 525 5/14/2025
29.1.41 550 5/5/2025
29.1.40 398 4/28/2025
29.1.39 421 4/21/2025
29.1.38 657 4/14/2025
29.1.37 465 4/8/2025
29.1.35 611 4/1/2025
29.1.33 954 3/25/2025
28.2.12 326 3/19/2025
28.2.11 583 3/10/2025
28.2.9 510 3/4/2025
28.2.7 411 2/25/2025
28.2.6 554 2/17/2025
28.2.5 409 2/11/2025
28.2.4 456 2/4/2025
28.2.3 4,606 1/29/2025
28.1.41 418 1/20/2025
28.1.39 452 1/13/2025
28.1.38 352 1/7/2025
28.1.37 357 12/31/2024
28.1.36 337 12/23/2024
28.1.35 314 12/18/2024
28.1.33 424 12/12/2024
27.2.5 457 12/2/2024
27.2.4 552 11/26/2024
27.2.3 363 11/22/2024
27.2.2 402 11/15/2024
27.1.58 821 11/4/2024
27.1.57 4,062 10/28/2024
27.1.56 344 10/23/2024
27.1.55 301 10/21/2024
27.1.53 382 10/14/2024
27.1.52 483 10/7/2024
27.1.51 429 9/30/2024
27.1.50 453 9/23/2024
27.1.48 413 9/18/2024
26.2.14 767 9/9/2024
26.2.13 378 9/5/2024
26.2.12 339 9/2/2024
26.2.11 410 8/27/2024
26.2.10 597 8/19/2024
26.2.9 391 8/12/2024
26.2.8 1,577 8/5/2024
26.2.7 227 7/29/2024
26.2.5 257 7/26/2024
26.2.4 297 7/24/2024
26.1.42 565 7/15/2024
26.1.41 445 7/8/2024
26.1.40 365 7/1/2024
26.1.39 440 6/24/2024
26.1.38 438 6/18/2024
26.1.35 547 6/11/2024
25.2.7 510 6/3/2024
25.2.6 596 5/28/2024
25.2.5 399 5/21/2024
25.2.4 447 5/14/2024
25.2.3 398 5/8/2024
25.1.42 1,944 4/29/2024
25.1.41 560 4/23/2024
25.1.40 597 4/15/2024
25.1.39 608 4/8/2024
25.1.38 497 4/1/2024
25.1.37 451 3/26/2024
25.1.35 1,052 3/15/2024
24.2.9 1,075 3/4/2024
24.2.8 571 2/26/2024
24.2.7 440 2/19/2024
24.2.6 413 2/14/2024
24.2.5 693 2/12/2024
24.2.4 424 2/5/2024
24.2.3 745 1/31/2024
24.1.47 593 1/22/2024
24.1.46 792 1/16/2024
24.1.45 420 1/8/2024
24.1.44 390 1/2/2024
24.1.43 327 12/27/2023
24.1.41 490 12/18/2023
23.2.7 589 12/6/2023
23.2.6 681 11/28/2023
23.2.5 473 11/23/2023
23.2.4 492 11/20/2023
23.1.44 650 11/6/2023
23.1.43 506 10/30/2023
23.1.42 533 10/23/2023
23.1.41 434 10/16/2023
23.1.40 576 10/10/2023
23.1.39 453 10/4/2023
23.1.38 542 9/26/2023
23.1.36 1,476 9/15/2023
22.2.12 599 9/5/2023
22.2.11 587 8/28/2023
22.2.10 539 8/22/2023
22.2.9 562 8/14/2023
22.2.8 575 8/7/2023
22.2.7 1,325 8/2/2023
22.2.5 765 7/27/2023
22.1.39 839 7/18/2023
22.1.38 1,238 7/11/2023
22.1.37 675 7/3/2023
22.1.36 628 6/28/2023
22.1.34 741 6/21/2023
21.2.10 1,260 6/12/2023
21.2.9 878 6/6/2023
21.2.8 1,177 5/30/2023
21.2.6 789 5/22/2023
21.2.5 894 5/15/2023
21.2.4 1,289 5/9/2023
21.2.3 904 5/3/2023
21.1.41 1,616 4/19/2023
21.1.39 918 4/10/2023
21.1.38 994 4/3/2023
21.1.37 928 3/29/2023
21.1.35 1,360 3/23/2023
20.4.0.54 1,310 3/13/2023
20.4.0.53 980 3/7/2023
20.4.0.52 1,073 2/28/2023
20.4.0.51 1,059 2/21/2023
20.4.0.50 1,133 2/14/2023
20.4.0.49 1,198 2/7/2023
20.4.0.48 1,370 2/1/2023
20.4.0.44 1,434 1/18/2023
20.4.0.43 1,184 1/10/2023
20.4.0.42 1,215 1/4/2023
20.4.0.41 1,157 12/29/2022
20.4.0.40 1,135 12/28/2022
20.4.0.38 1,448 12/21/2022
20.3.0.61 1,284 12/12/2022
20.3.0.60 1,325 12/6/2022
20.3.0.59 2,366 11/29/2022
20.3.0.58 1,580 11/22/2022
20.3.0.57 1,512 11/15/2022
20.3.0.56 1,654 11/8/2022
20.3.0.52 1,810 10/27/2022
20.3.0.50 1,765 10/18/2022
20.3.0.49 1,865 10/11/2022
20.3.0.48 1,672 10/5/2022
20.3.0.47 1,903 9/29/2022
20.2.0.50 1,668 9/20/2022
20.2.0.49 1,588 9/13/2022
20.2.0.48 1,619 9/6/2022
20.2.0.46 1,530 8/30/2022
20.2.0.45 1,597 8/23/2022
20.2.0.44 1,622 8/16/2022
20.2.0.43 1,759 8/8/2022
20.2.0.40 3,377 7/26/2022
20.2.0.39 1,764 7/19/2022
20.2.0.38 1,687 7/12/2022
20.2.0.36 1,724 6/30/2022
20.1.0.61 1,776 6/20/2022
20.1.0.60 1,670 6/14/2022
20.1.0.59 1,897 6/6/2022
20.1.0.58 1,954 5/31/2022
20.1.0.57 1,597 5/24/2022
20.1.0.56 1,666 5/17/2022
20.1.0.55 1,630 5/12/2022
20.1.0.52 1,636 5/3/2022
20.1.0.51 1,888 4/26/2022
20.1.0.50 1,808 4/19/2022
20.1.0.48 1,811 4/12/2022
20.1.0.47 1,903 4/4/2022
19.4.0.56 2,809 3/14/2022
19.4.0.55 1,855 3/8/2022
19.4.0.54 1,879 2/28/2022
19.4.0.53 1,609 2/22/2022
19.4.0.52 1,695 2/15/2022
19.4.0.50 1,644 2/8/2022
19.4.0.48 1,699 1/31/2022
19.4.0.47 1,668 1/25/2022
19.4.0.43 1,760 1/18/2022
19.4.0.42 1,732 1/11/2022
19.4.0.41 1,124 1/4/2022
19.4.0.40 1,083 12/28/2021
19.4.0.38 1,269 12/17/2021
19.3.0.59 1,074 12/14/2021
19.3.0.57 1,044 12/7/2021
19.3.0.56 1,692 11/29/2021
19.3.0.55 1,041 11/23/2021
19.3.0.54 1,106 11/17/2021
19.3.0.53 1,130 11/12/2021
19.3.0.48 1,171 11/3/2021
19.3.0.47 1,239 10/26/2021
19.3.0.46 1,267 10/19/2021
19.3.0.45 1,207 10/12/2021
19.3.0.44 1,192 10/5/2021
19.3.0.43 1,296 9/30/2021
19.2.0.62 1,084 9/13/2021
19.2.0.60 1,091 9/7/2021
19.2.0.59 1,004 8/30/2021
19.2.0.57 997 8/24/2021
19.2.0.56 1,027 8/17/2021
19.2.0.55 1,052 8/11/2021
19.2.0.51 567 8/2/2021
19.2.0.49 557 7/26/2021
19.2.0.48 564 7/19/2021
19.2.0.47 608 7/13/2021
19.2.0.46 602 7/6/2021
19.2.0.44 832 6/30/2021
19.1.0.69-beta 403 6/15/2021
19.1.0.67-beta 405 6/8/2021
19.1.0.66-beta 383 6/1/2021
19.1.0.65-beta 317 5/25/2021
19.1.0.64-beta 390 5/19/2021
19.1.0.63-beta 393 5/13/2021
19.1.0.59-beta 428 5/4/2021
19.1.0.58-beta 402 4/27/2021
19.1.0.57-beta 396 4/20/2021
19.1.0.56-beta 397 4/14/2021
19.1.0.55-beta 387 4/6/2021
19.1.0.54-beta 638 3/30/2021
18.4.0.49-beta 359 3/23/2021
18.4.0.48-beta 298 3/16/2021
18.4.0.47-beta 354 3/9/2021
18.4.0.46-beta 310 3/2/2021
18.4.0.44-beta 347 2/23/2021
18.4.0.43-beta 300 2/16/2021
18.4.0.42-beta 311 2/9/2021
18.4.0.41-beta 328 2/2/2021
18.4.0.39-beta 336 1/28/2021
18.4.0.35-beta 330 1/19/2021
18.4.0.34-beta 342 1/12/2021
18.4.0.33-beta 321 1/5/2021
18.4.0.32-beta 328 12/30/2020
18.4.0.31-beta 359 12/22/2020
18.4.0.30-beta 410 12/17/2020
18.3.0.53-beta 390 12/8/2020
18.3.0.52-beta 385 12/1/2020
18.3.0.51-beta 426 11/24/2020
18.3.0.50-beta 350 11/17/2020
18.3.0.48-beta 417 11/11/2020
18.3.0.47-beta 381 11/5/2020
18.3.0.44-beta 394 10/27/2020
18.3.0.42-beta 409 10/20/2020
18.3.0.40-beta 392 10/13/2020
18.3.0.39-beta 409 10/9/2020
18.3.0.35-beta 430 10/1/2020