ComboBox for ASP.NET Web Forms
DataTextFormatString プロパティ
使用例 

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ComboBox 名前空間 > C1ComboBox クラス : DataTextFormatString プロパティ
テキストフィールドに適用する書式。例:{0:d}
シンタックス
'宣言
 
Public Property DataTextFormatString As System.String
public System.string DataTextFormatString {get; set;}
使用例
C1ComboBox c = new C1ComboBox();
c.DataSource = data;
c.DataTextField = "textField";
c.DataValueField = "valueField";
c.DataBind();
参照

C1ComboBox クラス
C1ComboBox メンバ