Syncfusion.SfInput.UWP 19.4.0.50

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.SfInput.UWP --version 19.4.0.50
NuGet\Install-Package Syncfusion.SfInput.UWP -Version 19.4.0.50
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.SfInput.UWP" Version="19.4.0.50" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.SfInput.UWP --version 19.4.0.50
#r "nuget: Syncfusion.SfInput.UWP, 19.4.0.50"
#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.
// Install Syncfusion.SfInput.UWP as a Cake Addin
#addin nuget:?package=Syncfusion.SfInput.UWP&version=19.4.0.50

// Install Syncfusion.SfInput.UWP as a Cake Tool
#tool nuget:?package=Syncfusion.SfInput.UWP&version=19.4.0.50

Syncfusion input controls for UWP provide various input controls commonly used in line-of-business applications. This package contains the following controls.

List of Controls:

Calculator

The UWP Calculator control provides a basic calculator interface that is useful when end users need to perform simple calculations without switching to an external application.

Key features

  • Support for memory operations
  • Current value can be easily retrieved
  • Provide culture support

Calendar

The UWP Calendar control allows users to easily select single or multiple dates like built-in calendar. It provides smooth gestures for navigation between month and year views.

Key features

  • Ability to disable date selection for certain dates and within a specific date range.
  • Appearance customization.
  • Displaying events in inline or agenda view.
  • Globalization and localization to meet the needs of various regions.

ComboBox

The UWP ComboBox is a combination of a drop-down list (or list box) and an editable text box, allowing users to either enter a value directly or chose from the drop-down list.

DatePicker

The UWP DatePicker control provides an intuitive touch interface to quickly select a date. It allows users to choose different date formats and specify minimum and maximum dates to restrict date selection. The time selector appearance can also be completely customized.

Key features

  • Formatting – The Control displays the selected Date value in a various formats.
  • Date Selector – The drop-down portion used for selecting the date can be customized.

DateTimePicker

The UWP DateTimePicker control displays each part of a date or time in a separate date-time item drop-down list which can be edited. This control can be used to manipulate date-time objects using a familiar drop-down list in a touch-friendly manner.

Key features

  • Formatting – The control displays the selected date value in a various formats.
  • Customization – Each DateTimeItem displayed in this control contains date or time parts that can be customized.

Domain UpDown

The UWP Domain UpDown control lets users select from a list of options by cycling through them one by one, using the up and down buttons.

Key features

  • Items Source – Any business object collection can be bound to the control.
  • Spin Buttons Alignment – The position of up and down repeat buttons can be customized.
  • Up Down Button Style – The control allows you to customize the style of the up and down repeat buttons.

The UWP DropDown button is an element that, when tapped, reveals additional content.

Key features

  • Support for complete customization
  • Allows to show a content and drop down content

Masked TextBox

The UWP Masked TextBox (masked input) control is an enhanced version of a text box that additionally restricts input to conform to a specific structure or mask.

Key features

  • The input can be masked with a fixed or variable length by setting the MaskType to Text or RegEx, respectively.
  • Custom prompt characters can be set.
  • Input validation can be done either during each key press or when the control loses its focus.
  • Values and Clipboard operations can be used with or without literal and prompt characters.
  • Watermark text can be used to display an instruction or important information.
  • The UI of the masked text box is completely customizable.

Numeric TextBox

The UWP numeric textbox control restricts the input to allow only numbers to be entered. It supports culture based formatting and other features.

Key features

  • Number Formatting – Input string can be formatted using format strings.
  • Culture – Number format can be localized to any specific culture.
  • Null Value – The control will allow the user to set null value.
  • Parsing Mode – Value gets parsed based on this property.

Numeric UpDown

The NumericUpDown control for UWP allows users to increase or decrease a numeric value using the increment and decrement buttons.

Key features

  • Number Formatting – Number can be formatted by setting the Format String for the control.
  • Culture – Number can be localized by setting Culture property of the control.
  • Null Value – The control will allow the user to set Null Value for the control.
  • Range – User can restrict the Values between a specific range by setting Maximum and Minimum value.
  • Auto Reverse – When the Value reaches either Maximum or Minimum value, it automatically reverses the value from the Maximum or Minimum value.
  • Parsing Mode – Value gets parsed based on this property.
  • Spin Buttons Alignment – The alignment of Up and Down repeat buttons can be customized.

Picker

The Picker control allows users to pick an item among a list of items that can be customized with custom view. This control can be opened as a dialog. Its rich feature set includes functionalities like data binding, multicolumn, header/footer, custom view on header/footer, and default validation buttons.

Key features

  • Show Picker in Dialog support - Provides support for open the picker in Dialog mode.
  • Selection support - Provides support for selection by using mouse, keyboard and touch interactions.
  • Header Customization support - Provides support for customizing Background, TextColor and Fonts in Header.
  • Footer Customization support - provides support for customizing Footer item using SfPicker.Footer custom view.
  • Item Customization support - provides support for selected and unselected items Color, Font, FontSize and FontAttribute.
  • Multi Column support - Provides support for populate the items as Multi-Column based on the Data Source.
  • Customize each column width support - Provides support for user to adjust the column width using ColumnLoaded event.
  • Column Header support - Provides support for enable or disable the Column Header.
  • Column Header Customization support - Provides support for customizing Background, TextColor and Fonts in Column Header.

Range Slider

The Range Slider control allows the user to select the range of values within the specified minimum and maximum limits. The range can be selected by moving the thumb control along a track.

Key features

  • Provides support to select values as a range.
  • Restricts values to choose within a minimum and maximum constraints.
  • Supports to change the tick intervals in uniform pattern.
  • Provides user-friendly customization support to customize ticks and labels.

Radial Slider

The UWP Radial or Circular Slider control provides an intuitive touch interface for selecting a numeric value on a circular display. Supports specifying the display range and changing the number of intermediate ticks on the slider that shows values.

Key features

  • Customization – Can customize outer rim, inner rim, labels, ticks, pointer.
  • Content – Can place content inside the inner rim.

Rating

The Rating control allows users to select a value from a group of symbols. This provides an intuitive rating experience that allows users to select the number of stars that represent their rating. The appearance and selection behavior of the control are highly customizable.

Key features

  • Rate items count can be easily specified
  • Supports three different rating precisions

Learn More about UWP 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 + controls 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 ofSyncfusion'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.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (18)

Showing the top 5 NuGet packages that depend on Syncfusion.SfInput.UWP:

Package Downloads
Syncfusion.Xamarin.SfNumericTextBox The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Xamarin Numeric TextBox control and more.

Syncfusion.Xamarin.SfRangeSlider The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Xamarin Range Slider control and more.

Syncfusion.Xamarin.SfPicker The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Xamarin Picker, DatePicker, and TimePicker.

Syncfusion.Xamarin.SfAutoComplete The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Xamarin AutoComplete control and more.

Syncfusion.Xamarin.SfNumericUpDown The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Xamarin NumericUpDown control and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.SfInput.UWP:

Repository Stars
syncfusion/xamarin-demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Version Downloads Last updated
25.1.35 170 3/15/2024
24.2.9 610 3/4/2024
24.2.8 574 2/26/2024
24.2.7 777 2/19/2024
24.2.6 527 2/14/2024
24.2.5 528 2/12/2024
24.2.4 621 2/5/2024
24.2.3 726 1/31/2024
24.1.47 1,013 1/22/2024
24.1.46 753 1/16/2024
24.1.45 816 1/8/2024
24.1.44 932 1/2/2024
24.1.43 820 12/27/2023
24.1.41 1,194 12/18/2023
23.2.7 1,109 12/6/2023
23.2.6 1,466 11/28/2023
23.2.5 1,874 11/23/2023
23.2.4 1,148 11/20/2023
23.1.44 1,369 11/6/2023
23.1.43 1,286 10/30/2023
23.1.42 1,282 10/23/2023
23.1.41 1,096 10/16/2023
23.1.40 1,390 10/10/2023
23.1.39 1,669 10/4/2023
23.1.38 2,782 9/26/2023
23.1.36 6,834 9/15/2023
22.2.12 1,764 9/5/2023
22.2.11 1,548 8/28/2023
22.2.10 1,410 8/22/2023
22.2.9 1,503 8/14/2023
22.2.8 1,294 8/7/2023
22.2.7 1,536 8/2/2023
22.2.5 1,477 7/27/2023
22.1.39 1,677 7/18/2023
22.1.38 1,419 7/11/2023
22.1.37 1,731 7/3/2023
22.1.36 1,890 6/28/2023
22.1.34 2,853 6/21/2023
21.2.10 2,011 6/12/2023
21.2.9 2,055 6/6/2023
21.2.8 1,952 5/30/2023
21.2.6 1,881 5/22/2023
21.2.5 2,010 5/15/2023
21.2.4 2,552 5/9/2023
21.2.3 2,279 5/3/2023
21.1.41 3,105 4/19/2023
21.1.39 2,384 4/10/2023
21.1.38 2,796 4/3/2023
21.1.37 2,681 3/29/2023
21.1.35 3,534 3/23/2023
20.4.0.54 2,762 3/13/2023
20.4.0.53 2,890 3/7/2023
20.4.0.52 3,141 2/28/2023
20.4.0.51 4,049 2/21/2023
20.4.0.50 2,956 2/14/2023
20.4.0.49 2,975 2/7/2023
20.4.0.48 3,876 2/1/2023
20.4.0.44 7,996 1/18/2023
20.4.0.43 3,904 1/10/2023
20.4.0.42 3,580 1/4/2023
20.4.0.41 3,270 12/29/2022
20.4.0.40 3,087 12/28/2022
20.4.0.38 3,792 12/21/2022
20.3.0.61 3,793 12/12/2022
20.3.0.60 4,051 12/6/2022
20.3.0.59 3,976 11/29/2022
20.3.0.58 5,545 11/22/2022
20.3.0.57 3,986 11/15/2022
20.3.0.56 4,057 11/8/2022
20.3.0.52 4,486 10/27/2022
20.3.0.50 4,894 10/18/2022
20.3.0.49 5,541 10/11/2022
20.3.0.48 5,380 10/5/2022
20.3.0.47 5,799 9/29/2022
20.2.0.50 6,368 9/20/2022
20.2.0.49 4,906 9/13/2022
20.2.0.48 5,772 9/6/2022
20.2.0.46 5,463 8/30/2022
20.2.0.45 5,278 8/23/2022
20.2.0.44 5,160 8/16/2022
20.2.0.43 6,111 8/8/2022
20.2.0.40 31,250 7/26/2022
20.2.0.39 5,551 7/19/2022
20.2.0.38 5,329 7/12/2022
20.2.0.36 31,188 6/30/2022
20.1.0.61 7,679 6/20/2022
20.1.0.60 7,902 6/14/2022
20.1.0.59 6,129 6/6/2022
20.1.0.58 5,610 5/30/2022
20.1.0.57 6,077 5/23/2022
20.1.0.56 7,170 5/17/2022
20.1.0.55 6,767 5/12/2022
20.1.0.52 6,472 5/2/2022
20.1.0.51 6,236 4/26/2022
20.1.0.50 5,595 4/19/2022
20.1.0.48 5,968 4/12/2022
20.1.0.47 10,239 4/4/2022
19.4.0.56 11,190 3/14/2022
19.4.0.55 6,085 3/8/2022
19.4.0.54 6,185 2/28/2022
19.4.0.53 8,073 2/22/2022
19.4.0.52 5,288 2/15/2022
19.4.0.50 6,291 2/8/2022
19.4.0.48 22,947 1/31/2022
19.4.0.47 5,920 1/24/2022
19.4.0.43 5,967 1/18/2022
19.4.0.42 3,813 1/10/2022
19.4.0.41 4,362 1/4/2022
19.4.0.40 3,549 12/28/2021
19.4.0.38 5,368 12/17/2021
19.3.0.59 7,553 12/14/2021
19.3.0.57 4,313 12/7/2021
19.3.0.56 5,136 11/29/2021
19.3.0.55 10,239 11/23/2021
19.3.0.54 3,649 11/17/2021
19.3.0.53 4,345 11/12/2021
19.3.0.48 5,463 11/3/2021
19.3.0.47 4,505 10/26/2021
19.3.0.46 19,006 10/19/2021
19.3.0.45 4,859 10/12/2021
19.3.0.44 5,217 10/5/2021
19.3.0.43 5,629 9/30/2021
19.2.0.62 6,028 9/13/2021
19.2.0.60 5,087 9/7/2021
19.2.0.59 4,896 8/30/2021
19.2.0.57 5,345 8/24/2021
19.2.0.56 4,785 8/17/2021
19.2.0.55 4,700 8/11/2021
19.2.0.51 4,379 8/2/2021
19.2.0.49 5,067 7/26/2021
19.2.0.48 4,539 7/19/2021
19.2.0.47 5,450 7/13/2021
19.2.0.46 4,571 7/6/2021
19.2.0.44 23,105 6/30/2021
19.1.0.69 7,486 6/14/2021
19.1.0.67 4,480 6/7/2021
19.1.0.66 4,537 5/31/2021
19.1.0.65 5,706 5/24/2021
19.1.0.64 7,604 5/19/2021
19.1.0.63 4,683 5/13/2021
19.1.0.59 8,341 5/3/2021
19.1.0.58 6,272 4/26/2021
19.1.0.57 4,369 4/20/2021
19.1.0.56 8,363 4/12/2021
19.1.0.55 5,266 4/6/2021
19.1.0.54 7,529 3/30/2021
18.4.0.49 6,410 3/22/2021
18.4.0.48 6,587 3/16/2021
18.4.0.47 5,383 3/9/2021
18.4.0.46 4,845 3/2/2021
18.4.0.44 5,810 2/23/2021
18.4.0.43 5,484 2/15/2021
18.4.0.42 4,975 2/9/2021
18.4.0.41 34,024 2/2/2021
18.4.0.39 4,956 1/28/2021
18.4.0.35 4,825 1/19/2021
18.4.0.34 5,652 1/12/2021
18.4.0.33 4,953 1/4/2021
18.4.0.32 4,108 12/30/2020
18.4.0.31 8,457 12/22/2020
18.4.0.30 6,347 12/17/2020
18.3.0.53 6,054 12/8/2020
18.3.0.52 4,504 11/30/2020
18.3.0.51 5,157 11/23/2020
18.3.0.50 5,432 11/17/2020
18.3.0.48 5,295 11/10/2020
18.3.0.47 4,966 11/5/2020
18.3.0.44 15,322 10/27/2020
18.3.0.42 6,180 10/20/2020
18.3.0.40 6,371 10/12/2020
18.3.0.38 5,961 10/7/2020
18.3.0.35 22,547 10/1/2020
18.2.0.59 12,319 9/22/2020
18.2.0.58 6,237 9/15/2020
18.2.0.57 8,005 9/8/2020
18.2.0.56 5,068 9/1/2020
18.2.0.55 6,090 8/25/2020
18.2.0.54 5,460 8/18/2020
18.2.0.48 6,911 8/4/2020
18.2.0.47 5,292 7/28/2020
18.2.0.46 5,836 7/21/2020
18.2.0.45 5,172 7/14/2020
18.2.0.44 6,943 7/6/2020
18.1.0.59 8,608 6/23/2020
18.1.0.57 7,299 6/15/2020
18.1.0.56 5,320 6/9/2020
18.1.0.55 5,536 6/2/2020
18.1.0.54 6,091 5/26/2020
18.1.0.53 5,258 5/19/2020
18.1.0.52 8,855 5/13/2020
18.1.0.48 6,409 5/5/2020
18.1.0.46 7,188 4/28/2020
18.1.0.45 13,683 4/21/2020
18.1.0.44 5,244 4/14/2020
18.1.0.43 5,592 4/7/2020
18.1.0.42 6,624 4/1/2020
18.1.0.36-beta 2,398 3/19/2020
17.4.0.55 16,145 3/10/2020
17.4.0.53 6,063 3/3/2020
17.4.0.51 5,918 2/25/2020
17.4.0.50 5,842 2/18/2020
17.4.0.49 6,274 2/11/2020
17.4.0.47 5,611 2/5/2020
17.4.0.46 8,445 1/30/2020
17.4.0.44 12,158 1/21/2020
17.4.0.43 7,032 1/14/2020
17.4.0.41 6,143 1/7/2020
17.4.0.40 5,458 12/24/2019
17.4.0.39 9,748 12/17/2019
17.3.0.34 6,830 12/10/2019
17.3.0.33 5,484 12/4/2019
17.3.0.30 4,704 12/3/2019
17.3.0.29 5,606 11/26/2019
17.3.0.28 7,513 11/18/2019
17.3.0.27 6,943 11/12/2019
17.3.0.26 7,814 11/5/2019
17.3.0.21 5,498 10/29/2019
17.3.0.19 5,333 10/22/2019
17.3.0.17 6,491 10/15/2019
17.3.0.14 14,008 10/3/2019
17.3.0.9-beta 2,696 9/20/2019
17.2.0.51 8,682 9/10/2019
17.2.0.49 7,178 9/3/2019
17.2.0.47 9,610 8/27/2019
17.2.0.46 5,520 8/22/2019
17.2.0.41 16,948 8/13/2019
17.2.0.40 8,152 8/6/2019
17.2.0.39 8,944 7/30/2019
17.2.0.36 5,207 7/23/2019
17.2.0.35 5,539 7/17/2019
17.2.0.34 15,196 7/11/2019
17.2.0.28-beta 2,712 6/27/2019
17.1.0.53 5,196 6/25/2019
17.1.0.52 6,425 6/18/2019
17.1.0.51 4,670 6/11/2019
17.1.0.50 4,672 6/4/2019
17.1.0.49 4,910 5/28/2019
17.1.0.48 6,333 5/21/2019
17.1.0.47 5,115 5/14/2019
17.1.0.44 4,846 5/7/2019
17.1.0.43 4,849 4/30/2019
17.1.0.42 4,850 4/23/2019
17.1.0.41 5,090 4/16/2019
17.1.0.40 4,767 4/9/2019
17.1.0.38 5,168 3/29/2019
17.1.0.32-beta 2,275 3/13/2019
16.4.0.54 6,248 2/19/2019
16.4.0.53 4,838 2/13/2019
16.4.0.52 5,598 2/5/2019
16.4.0.48 4,893 1/22/2019
16.4.0.47 4,664 1/16/2019
16.4.0.46 4,677 1/8/2019
16.4.0.44 5,037 12/24/2018
16.4.0.42 5,185 12/17/2018
16.4.0.40-beta 2,276 12/10/2018
16.3.0.36 4,978 11/27/2018
16.3.0.35-beta 2,338 11/23/2018
16.3.0.29 5,630 10/30/2018
16.3.0.21 5,384 9/21/2018
16.3.0.17-beta 2,270 9/12/2018
16.2.0.50 4,987 8/28/2018
16.2.0.46 6,444 8/8/2018