SelectList Properties
The SelectList type exposes the following members.
| Name | Description | |
|---|---|---|
|
DataTextField | Gets or sets the data text field. (Inherited from MultiSelectList.) |
|
DataValueField | Gets or sets the data value field. (Inherited from MultiSelectList.) |
|
Items | Gets or sets the items in the list. (Inherited from MultiSelectList.) |
|
SelectedValue | Gets the list value that was selected by the user. |
|
SelectedValues | Gets or sets the selected values. (Inherited from MultiSelectList.) |
Show: