Skip to content

Commit ee8fce0

Browse files
Merge pull request #2 from SyncfusionExamples/SEO-issue
876600 - Resolving multiple H1 tag issue in README file
2 parents cbec9fd + f8bad79 commit ee8fce0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# How to bind an Enum to the ItemsSource property of .NET MAUI SfComboBox
22
This repository contains sample about How to bind an Enum to the ItemsSource property of SfComboBox(.NET MAUI)
33

4-
# Getting Started with .NET MAUI ComboBox (SfComboBox)
4+
## Getting Started with .NET MAUI ComboBox (SfComboBox)
55

6-
## Adding a .NET MAUI ComboBox reference
6+
### Adding a .NET MAUI ComboBox reference
77
Syncfusion .NET MAUI controls are available in Nuget.org. To add .NET MAUI ComboBox to your project, open the NuGet package manager in Visual Studio, search for Syncfusion.Maui.Inputs and then install it.
88

9-
# Create a Simple .NET MAUI ComboBox
9+
## Create a Simple .NET MAUI ComboBox
1010
The .NET MAUI ComboBox control is configured entirely in C# code or by using XAML markup. The following steps explain how to create a .NET MAUI ComboBox (SfComboBox) and configure its elements:
1111

12-
## Adding the .NET MAUI ComboBox control
12+
### Adding the .NET MAUI ComboBox control
1313
Step 1: Add the NuGet to the project as discussed in the above reference section.
1414

1515
Step 2: Add the namespace as shown in the following code sample:
@@ -29,7 +29,7 @@ Step 3: Set the control to content in ContentPage.
2929
<editors:SfComboBox x:Name="comboBox" />
3030
</ContentPage.Content>
3131
```
32-
# Bind an Enum to the ItemsSource property of .NET MAUI SfComboBox
32+
## Bind an Enum to the ItemsSource property of .NET MAUI SfComboBox
3333

3434
**[XAML]**
3535

@@ -44,7 +44,7 @@ Step 3: Set the control to content in ContentPage.
4444
BorderColor="Green"
4545
ItemsSource="{Binding SocialMedias}" />
4646
```
47-
## ViewModel
47+
### ViewModel
4848

4949
**[C#]**
5050
```

0 commit comments

Comments
 (0)