Skip to content

Commit ec558d5

Browse files
Merge pull request #3 from SyncfusionExamples/877082_Updated-H1
877082: Updated H1 tags
2 parents bd0bbc1 + edd0484 commit ec558d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Syncfusion also provides Xamarin Toolbox. Using this toolbox, you can drag the S
1313

1414
If 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
1717
The SfNumericTextBox control is configured entirely in C# code or by using XAML markup.
1818

1919
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
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
3636
Create a ViewModel class and add a property to bind the Value property in NumericTextBox as mentioned in the below code sample.
3737
**[C#]**
3838
```

0 commit comments

Comments
 (0)