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

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

C1ComboBox クラス
C1ComboBox メンバ