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: components/dropdownlist/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ position: 0
12
12
13
13
The Blazor DropDownList component allows the user to choose an option from a predefined set of choices presented in a dropdown list popup. The developer can control the [data]({%slug components/dropdownlist/databind%}), sizes, and various appearance options like class and [templates]({%slug components/dropdownlist/templates%}).
14
14
15
-
## Creating the Blazor DropDownList
15
+
## Creating Blazor DropDownList
16
16
17
17
1. Use the `TelerikDropDownList` tag to add the component to your razor page.
18
18
1. Populate its `Data` property with the collection of items you want to appear in the dropdown list.
0 commit comments