ListControlDesigner.DataValueField Property
.NET Framework 3.0
Gets or sets the data value field of the control.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ public String get_DataValueField () /** @property */ public void set_DataValueField (String value)
public function get DataValueField () : String public function set DataValueField (value : String)
Not applicable.
Property Value
The DataValueField of the list control.Community Additions
ADD
Show: