Gets or sets the field of the data source that provides the value of each list item.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DataValueField As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LiveDropDownListColumn
Dim value As String
instance.DataValueField = value
value = instance.DataValueField |
C# | |
---|
public string DataValueField {get; set;} |
Property Value
A System.String that specifies the field of the data source that provides the value of each list item. The default is String.Empty.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also