'宣言 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();
C1ComboBox クラス C1ComboBox メンバ