PowerWEB LiveControls for ASP.NET
DataValueField Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveDropDownListColumn Class : DataValueField Property



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;}
C++/CLI 
public:
property String^ DataValueField {
   String^ get();
   void set (    String^ value);
}

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

Use this property to specify the field that contains the value of each item in a list control.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.