You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# How to bind an Enum to the ItemsSource property of .NET MAUI SfComboBox
2
2
This repository contains sample about How to bind an Enum to the ItemsSource property of SfComboBox(.NET MAUI)
3
3
4
-
# Getting Started with .NET MAUI ComboBox (SfComboBox)
4
+
##Getting Started with .NET MAUI ComboBox (SfComboBox)
5
5
6
-
## Adding a .NET MAUI ComboBox reference
6
+
###Adding a .NET MAUI ComboBox reference
7
7
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.
8
8
9
-
# Create a Simple .NET MAUI ComboBox
9
+
##Create a Simple .NET MAUI ComboBox
10
10
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:
11
11
12
-
## Adding the .NET MAUI ComboBox control
12
+
###Adding the .NET MAUI ComboBox control
13
13
Step 1: Add the NuGet to the project as discussed in the above reference section.
14
14
15
15
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.
29
29
<editors:SfComboBox x:Name="comboBox" />
30
30
</ContentPage.Content>
31
31
```
32
-
# Bind an Enum to the ItemsSource property of .NET MAUI SfComboBox
32
+
##Bind an Enum to the ItemsSource property of .NET MAUI SfComboBox
33
33
34
34
**[XAML]**
35
35
@@ -44,7 +44,7 @@ Step 3: Set the control to content in ContentPage.
0 commit comments