Skip to content

Commit be49257

Browse files
rycornellmarin-bratanov
authored andcommitted
Update parameter values TItem and TValue
1 parent 2f280d0 commit be49257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dropdownlist/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ The DropDownList provides the following features:
8888
* `DefaultItem` - sets the hint that is shown if no other item is selected. Set this property to an instance of the model class to which the dropdown is bound.
8989
* `Enabled` - whether the component is enabled.
9090
* `PopupHeight` - the height of the expanded dropdown list element.
91-
* `T` - the type of the model to which the component is bound. Required. Determines the type of the reference object.
92-
* `TItem` - the type of the value field from the model to which the component is bound. Required. Determines the type of the reference object.
91+
* `TItem` - the type of the model to which the component is bound. Required. Determines the type of the reference object.
92+
* `TValue` - the type of the value field from the model to which the component is bound. Required. Determines the type of the reference object.
9393
* `TabIndex` - the `tabindex` attribute rendered on the dropdown.
9494
* `TextField` - the name of the field from the model that will be shown to the user. Defaults to `Text`.
9595
* `ValueField` - the name of the field from the model that will be the underlying `value`. Defaults to `Value`.

0 commit comments

Comments
 (0)