File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
1313
1414If you prefer to manually reference the assemblies instead referencing from NuGet, add the following assemblies in respective projects.
1515
16- # Create a simple SfNumericTextBox
16+ ## Create a simple SfNumericTextBox
1717The SfNumericTextBox control is configured entirely in C# code or by using XAML markup.
1818
1919The 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
3232 <syncfusion:SfNumericTextBox />
3333</ContentPage.Content>
3434```
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
3636Create a ViewModel class and add a property to bind the Value property in NumericTextBox as mentioned in the below code sample.
3737** [ C#] **
3838```
You can’t perform that action at this time.
0 commit comments