Skip to content

Commit 2e7fdca

Browse files
committed
chore(ddl): updates on data-bind article
1 parent d0e6eee commit 2e7fdca

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. If not set, it will be populated with the first item in the data source.
61+
1. set the `Value` property to the intial value of the model.
6262

6363
>caption Data binding a DropDownList to a model
6464

0 commit comments

Comments
 (0)