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

C1.Web.Wijmo.Controls.4 アセンブリ > C1.Web.Wijmo.Controls.C1ComboBox 名前空間 > C1ComboBoxItemCollection クラス : IsEmpty プロパティ
コレクションが空かどうかを示す値を取得します。 空の場合、コレクションはシリアル化処理中にスキップされます。
シンタックス
'宣言
 
Public ReadOnly Property IsEmpty As System.Boolean
public System.bool IsEmpty {get;}
使用例
C1ComboBox comboBox = new C1ComboBox();
bool b = comboBox.Items.IsEmpty;
// b == true;
参照

C1ComboBoxItemCollection クラス
C1ComboBoxItemCollection メンバ