Skip to content

Commit 5c33205

Browse files
committed
chore(ddl): improvements to the data-bind article
1 parent 2e7fdca commit 5c33205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dropdownlist/data-bind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To bind the DropDownList to a model:
5858

5959
1. populate its `Data` property with the collection of items you want in the dropdown
6060
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.
61+
1. bind the `Value` parameter to the desired field of the view-model. It is populated from the `ValueField` so it must match the its type.
6262

6363
>caption Data binding a DropDownList to a model
6464

0 commit comments

Comments
 (0)