C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ComboBox Namespace > C1ComboBox Class : DataValueField Property |
'Declaration Public Property DataValueField As System.String
public System.string DataValueField {get; set;}
C1ComboBox c = new C1ComboBox(); c.DataSource = data; c.DataTextField = "textField"; c.DataValueField = "valueField"; c.DataBind();