Syncfusion.SfInput.UWP 19.3.0.54

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.3.0.54
NuGet\Install-Package Syncfusion.SfInput.UWP -Version 19.3.0.54
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.3.0.54" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.SfInput.UWP --version 19.3.0.54
#r "nuget: Syncfusion.SfInput.UWP, 19.3.0.54"
#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.3.0.54

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

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.40 222 4/15/2024
25.1.39 434 4/8/2024
25.1.38 583 4/1/2024
25.1.37 389 3/26/2024
25.1.35 1,223 3/15/2024
24.2.9 836 3/4/2024
24.2.8 663 2/26/2024
24.2.7 874 2/19/2024
24.2.6 661 2/14/2024
24.2.5 625 2/12/2024
24.2.4 732 2/5/2024
24.2.3 836 1/31/2024
24.1.47 1,109 1/22/2024
24.1.46 859 1/16/2024
24.1.45 937 1/8/2024
24.1.44 1,045 1/2/2024
24.1.43 909 12/27/2023
24.1.41 1,300 12/18/2023
23.2.7 1,205 12/6/2023
23.2.6 1,859 11/28/2023
23.2.5 1,963 11/23/2023
23.2.4 1,221 11/20/2023
23.1.44 1,466 11/6/2023
23.1.43 1,389 10/30/2023
23.1.42 1,405 10/23/2023
23.1.41 1,190 10/16/2023
23.1.40 1,484 10/10/2023
23.1.39 1,807 10/4/2023
23.1.38 2,935 9/26/2023
23.1.36 7,154 9/15/2023
22.2.12 1,873 9/5/2023
22.2.11 1,654 8/28/2023
22.2.10 1,515 8/22/2023
22.2.9 1,599 8/14/2023
22.2.8 1,378 8/7/2023
22.2.7 1,619 8/2/2023
22.2.5 1,570 7/27/2023
22.1.39 1,779 7/18/2023
22.1.38 1,522 7/11/2023
22.1.37 1,841 7/3/2023
22.1.36 1,997 6/28/2023
22.1.34 3,133 6/21/2023
21.2.10 2,101 6/12/2023
21.2.9 2,150 6/6/2023
21.2.8 2,062 5/30/2023
21.2.6 1,987 5/22/2023
21.2.5 2,101 5/15/2023
21.2.4 2,635 5/9/2023
21.2.3 2,362 5/3/2023
21.1.41 3,215 4/19/2023
21.1.39 2,481 4/10/2023
21.1.38 2,895 4/3/2023
21.1.37 2,786 3/29/2023
21.1.35 3,681 3/23/2023
20.4.0.54 2,858 3/13/2023
20.4.0.53 2,980 3/7/2023
20.4.0.52 3,248 2/28/2023
20.4.0.51 4,217 2/21/2023
20.4.0.50 3,068 2/14/2023
20.4.0.49 3,076 2/7/2023
20.4.0.48 4,048 2/1/2023
20.4.0.44 8,293 1/18/2023
20.4.0.43 4,016 1/10/2023
20.4.0.42 3,678 1/4/2023
20.4.0.41 3,374 12/29/2022
20.4.0.40 3,183 12/28/2022
20.4.0.38 3,895 12/21/2022
20.3.0.61 3,899 12/12/2022
20.3.0.60 4,163 12/6/2022
20.3.0.59 4,221 11/29/2022
20.3.0.58 5,733 11/22/2022
20.3.0.57 4,076 11/15/2022
20.3.0.56 4,155 11/8/2022
20.3.0.52 4,585 10/27/2022
20.3.0.50 4,989 10/18/2022
20.3.0.49 5,652 10/11/2022
20.3.0.48 5,487 10/5/2022
20.3.0.47 5,893 9/29/2022
20.2.0.50 6,485 9/20/2022
20.2.0.49 5,006 9/13/2022
20.2.0.48 5,903 9/6/2022
20.2.0.46 5,558 8/30/2022
20.2.0.45 5,380 8/23/2022
20.2.0.44 5,265 8/16/2022
20.2.0.43 6,188 8/8/2022
20.2.0.40 31,640 7/26/2022
20.2.0.39 5,637 7/19/2022
20.2.0.38 5,418 7/12/2022
20.2.0.36 34,596 6/30/2022
20.1.0.61 7,788 6/20/2022
20.1.0.60 7,981 6/14/2022
20.1.0.59 6,244 6/6/2022
20.1.0.58 5,715 5/30/2022
20.1.0.57 6,172 5/23/2022
20.1.0.56 7,373 5/17/2022
20.1.0.55 6,920 5/12/2022
20.1.0.52 6,573 5/2/2022
20.1.0.51 6,332 4/26/2022
20.1.0.50 5,681 4/19/2022
20.1.0.48 6,079 4/12/2022
20.1.0.47 10,371 4/4/2022
19.4.0.56 11,381 3/14/2022
19.4.0.55 6,164 3/8/2022
19.4.0.54 6,280 2/28/2022
19.4.0.53 8,274 2/22/2022
19.4.0.52 5,386 2/15/2022
19.4.0.50 6,366 2/8/2022
19.4.0.48 23,047 1/31/2022
19.4.0.47 6,001 1/24/2022
19.4.0.43 6,062 1/18/2022
19.4.0.42 3,916 1/10/2022
19.4.0.41 4,449 1/4/2022
19.4.0.40 3,657 12/28/2021
19.4.0.38 5,501 12/17/2021
19.3.0.59 7,742 12/14/2021
19.3.0.57 4,411 12/7/2021
19.3.0.56 5,229 11/29/2021
19.3.0.55 10,348 11/23/2021
19.3.0.54 3,726 11/17/2021
19.3.0.53 4,461 11/12/2021
19.3.0.48 5,558 11/3/2021
19.3.0.47 4,620 10/26/2021
19.3.0.46 19,109 10/19/2021
19.3.0.45 4,972 10/12/2021
19.3.0.44 5,320 10/5/2021
19.3.0.43 5,703 9/30/2021
19.2.0.62 6,125 9/13/2021
19.2.0.60 5,168 9/7/2021
19.2.0.59 4,992 8/30/2021
19.2.0.57 5,424 8/24/2021
19.2.0.56 4,889 8/17/2021
19.2.0.55 4,810 8/11/2021
19.2.0.51 4,467 8/2/2021
19.2.0.49 5,186 7/26/2021
19.2.0.48 4,630 7/19/2021
19.2.0.47 5,521 7/13/2021
19.2.0.46 4,673 7/6/2021
19.2.0.44 24,391 6/30/2021
19.1.0.69 7,574 6/14/2021
19.1.0.67 4,581 6/7/2021
19.1.0.66 4,642 5/31/2021
19.1.0.65 5,786 5/24/2021
19.1.0.64 7,744 5/19/2021
19.1.0.63 4,768 5/13/2021
19.1.0.59 8,454 5/3/2021
19.1.0.58 6,351 4/26/2021
19.1.0.57 4,469 4/20/2021
19.1.0.56 8,466 4/12/2021
19.1.0.55 5,353 4/6/2021
19.1.0.54 7,669 3/30/2021
18.4.0.49 6,551 3/22/2021
18.4.0.48 6,728 3/16/2021
18.4.0.47 5,464 3/9/2021
18.4.0.46 4,943 3/2/2021
18.4.0.44 5,901 2/23/2021
18.4.0.43 5,595 2/15/2021
18.4.0.42 5,078 2/9/2021
18.4.0.41 34,145 2/2/2021
18.4.0.39 5,043 1/28/2021
18.4.0.35 4,918 1/19/2021
18.4.0.34 5,733 1/12/2021
18.4.0.33 5,063 1/4/2021
18.4.0.32 4,204 12/30/2020
18.4.0.31 8,597 12/22/2020
18.4.0.30 6,426 12/17/2020
18.3.0.53 6,163 12/8/2020
18.3.0.52 4,599 11/30/2020
18.3.0.51 5,258 11/23/2020
18.3.0.50 5,541 11/17/2020
18.3.0.48 5,378 11/10/2020
18.3.0.47 5,070 11/5/2020
18.3.0.44 15,415 10/27/2020
18.3.0.42 6,269 10/20/2020
18.3.0.40 6,470 10/12/2020
18.3.0.38 6,051 10/7/2020
18.3.0.35 23,634 10/1/2020
18.2.0.59 12,521 9/22/2020
18.2.0.58 6,338 9/15/2020
18.2.0.57 8,101 9/8/2020
18.2.0.56 5,163 9/1/2020
18.2.0.55 6,178 8/25/2020
18.2.0.54 5,552 8/18/2020
18.2.0.48 7,004 8/4/2020
18.2.0.47 5,363 7/28/2020
18.2.0.46 5,936 7/21/2020
18.2.0.45 5,263 7/14/2020
18.2.0.44 7,027 7/6/2020
18.1.0.59 8,704 6/23/2020
18.1.0.57 7,386 6/15/2020
18.1.0.56 5,423 6/9/2020
18.1.0.55 5,626 6/2/2020
18.1.0.54 6,201 5/26/2020
18.1.0.53 5,370 5/19/2020
18.1.0.52 9,102 5/13/2020
18.1.0.48 6,497 5/5/2020
18.1.0.46 7,288 4/28/2020
18.1.0.45 13,783 4/21/2020
18.1.0.44 5,349 4/14/2020
18.1.0.43 5,687 4/7/2020
18.1.0.42 6,732 4/1/2020
18.1.0.36-beta 2,489 3/19/2020
17.4.0.55 16,259 3/10/2020
17.4.0.53 6,165 3/3/2020
17.4.0.51 6,010 2/25/2020
17.4.0.50 5,953 2/18/2020
17.4.0.49 6,380 2/11/2020
17.4.0.47 5,714 2/5/2020
17.4.0.46 8,545 1/30/2020
17.4.0.44 12,266 1/21/2020
17.4.0.43 7,128 1/14/2020
17.4.0.41 6,240 1/7/2020
17.4.0.40 5,540 12/24/2019
17.4.0.39 10,037 12/17/2019
17.3.0.34 6,935 12/10/2019
17.3.0.33 5,583 12/4/2019
17.3.0.30 4,798 12/3/2019
17.3.0.29 5,704 11/26/2019
17.3.0.28 7,607 11/18/2019
17.3.0.27 7,064 11/12/2019
17.3.0.26 7,989 11/5/2019
17.3.0.21 5,601 10/29/2019
17.3.0.19 5,430 10/22/2019
17.3.0.17 6,663 10/15/2019
17.3.0.14 14,126 10/3/2019
17.3.0.9-beta 2,801 9/20/2019
17.2.0.51 8,775 9/10/2019
17.2.0.49 7,287 9/3/2019
17.2.0.47 9,717 8/27/2019
17.2.0.46 5,614 8/22/2019
17.2.0.41 17,043 8/13/2019
17.2.0.40 8,248 8/6/2019
17.2.0.39 9,050 7/30/2019
17.2.0.36 5,314 7/23/2019
17.2.0.35 5,630 7/17/2019
17.2.0.34 15,293 7/11/2019
17.2.0.28-beta 2,803 6/27/2019
17.1.0.53 5,303 6/25/2019
17.1.0.52 6,524 6/18/2019
17.1.0.51 4,781 6/11/2019
17.1.0.50 4,763 6/4/2019
17.1.0.49 5,000 5/28/2019
17.1.0.48 6,431 5/21/2019
17.1.0.47 5,216 5/14/2019
17.1.0.44 4,939 5/7/2019
17.1.0.43 4,941 4/30/2019
17.1.0.42 4,937 4/23/2019
17.1.0.41 5,172 4/16/2019
17.1.0.40 4,839 4/9/2019
17.1.0.38 5,271 3/29/2019
17.1.0.32-beta 2,361 3/13/2019
16.4.0.54 6,344 2/19/2019
16.4.0.53 4,944 2/13/2019
16.4.0.52 5,701 2/5/2019
16.4.0.48 4,978 1/22/2019
16.4.0.47 4,761 1/16/2019
16.4.0.46 4,771 1/8/2019
16.4.0.44 5,128 12/24/2018
16.4.0.42 5,280 12/17/2018
16.4.0.40-beta 2,357 12/10/2018
16.3.0.36 5,080 11/27/2018
16.3.0.35-beta 2,445 11/23/2018
16.3.0.29 5,718 10/30/2018
16.3.0.21 5,471 9/21/2018
16.3.0.17-beta 2,342 9/12/2018
16.2.0.50 5,079 8/28/2018
16.2.0.46 6,536 8/8/2018