File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the S
13
13
14
14
If you prefer to manually reference the assemblies instead referencing from NuGet, add the following assemblies in respective projects.
15
15
16
- # Create a simple SfNumericTextBox
16
+ ## Create a simple SfNumericTextBox
17
17
The SfNumericTextBox control is configured entirely in C# code or by using XAML markup.
18
18
19
19
The following steps explain how to create a SfNumericTextBox and configure its elements,
@@ -32,7 +32,7 @@ xmlns:syncfusion="clr-namespace:Syncfusion.SfNumericTextBox.XForms;assembly=Sync
32
32
<syncfusion:SfNumericTextBox />
33
33
</ContentPage.Content>
34
34
```
35
- # How to work with NumericTextBox two way binding with an Entry control
35
+ ## How to work with NumericTextBox two way binding with an Entry control
36
36
Create a ViewModel class and add a property to bind the Value property in NumericTextBox as mentioned in the below code sample.
37
37
** [ C#] **
38
38
```
You can’t perform that action at this time.
0 commit comments