MultiSelectList.DataValueField Property

Gets or sets the data value field.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public string DataValueField { get; private set; }

Property Value

Type: System.String
The data value field.
Show: