'Declaration Public Property DataTextField As System.String
public System.string DataTextField {get; set;}
'Declaration Public Property DataTextField As System.String
public System.string DataTextField {get; set;}
C1ComboBox c = new C1ComboBox(); c.DataSource = data; c.DataTextField = "textField"; c.DataValueField = "valueField"; c.DataBind();