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

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ComboBox 名前空間 > C1ComboBox クラス : SelectedValue プロパティ
C1ComboBox の SelectedValue を取得または設定します。
シンタックス
'宣言
 
Public Overridable Property SelectedValue As System.String
public virtual System.string SelectedValue {get; set;}
使用例
C1ComboBox c = new C1ComboBox(); 
c.Items.Add(new C1ComboBoxItem("test1")); 
c.Items.Add(new C1ComboBoxItem("test2")); 
// test2 項目を選択します。
c.SelectedValue = "test2";
参照

C1ComboBox クラス
C1ComboBox メンバ