ListControlDesigner::DataValueField Property

 

Gets or sets the data value field of the control.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

public:
property String^ DataValueField {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The DataValueField of the list control.

The DataValueField property provides access via the designer to the DataValueField property of the associated control, which indicates the field of the data source that provides the value content of the list items.

.NET Framework
Available since 1.1
Return to top
Show: