Skip to content

Commit edd0484

Browse files
committed
Updted H1 tags
1 parent bd0bbc1 commit edd0484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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)