The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
SKSelva Kumar Veerakrishnan Syncfusion Team December 13, 2017 12:19 PM UTC
Hi Samir,
Thank you for contacting Syncfusion support.
We can able to bind nullable int value of SfNumericUpDown by using IValueConverter. We have prepared a sample for your reference, please download it from the link given below.
If the sample does not meet your requirement, please update us with more details about this query.
Note: We got the same behaviour for Entry control of Xamarin when binded to a nullable double without using IValueConverter and we got the same as like in SfNumericUpDown. So for binding a nullable value in Xamarin using IValueConverter seems to do it. We have also done some research and found similar case in the below given StackOverFlow link.