What are the assemblies needed for NumericTextBox and how to add reference
Needed Assemblies:
NumericTextBox is an advanced version of the Entry control that restricts input to numeric values. For using this NumericTextBox into our real world, we need the following assemblies for its platform.
Project | Assemblies required |
PCL | pcl\Syncfusion. SfNumericTextBox.XForms.dll |
Android | android\Syncfusion.SfNumericTextBox.Android.dll |
iOS (Unified) | iOS-unified\Syncfusion.SfNumericTextBox.iOS.dll |
UWP | uwp\Syncfusion.SfInput.UWP.dll |
How to add Reference:
Need assemblies have been added in the corresponding project as per the above table’s details. In each platform solution files, there will be a “Reference” directory. So, we have added our assemblies on that by using the following steps,
Step 1: Right Click that “Reference” directory and Click “Edit Reference”.
Step 2: Got the following Edit Reference panel
Step 3: If you already have been installed Syncfusion Essential Studio build from the website directly, you can get the assemblies on that. So, browse that assemblies using the above panel
Note: Suppose if you are using Syncfusion Nuget Packages, please refer our User Documentation link for Download and Installation