ASP.NET Pack Programmer's Guide
DropDown.DataValueField Property
See Also
 





Gets or sets the field from the data source to bind to the Value property of the control's items.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string DataValueField { get; set; }

Visual Basic  Copy Code

Public Property DataValueField As String

 Property Value

Type: String
A string that specifies the field of the data source that provides the values for the control's items. The default value is an empty string ("").

 See Also

DropDown Members
DropDown Class
MindFusion.UI.WebForms Namespace