We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e6eee commit 2e7fdcaCopy full SHA for 2e7fdca
components/dropdownlist/data-bind.md
@@ -58,7 +58,7 @@ To bind the DropDownList to a model:
58
59
1. populate its `Data` property with the collection of items you want in the dropdown
60
1. set the `TextField` and `ValueField` properties to point to the corresponding names of the model
61
-1. set the `Value` property to the intial value of the model. If not set, it will be populated with the first item in the data source.
+1. set the `Value` property to the intial value of the model.
62
63
>caption Data binding a DropDownList to a model
64
0 commit comments