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





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

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 value for the control. The default value is an empty string ("").

 See Also

DatePicker Members
DatePicker Class
MindFusion.UI.WebForms Namespace