C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ComboBox Namespace > C1ComboBoxItemCollection Class : IsEmpty Property |
'Declaration Public ReadOnly Property IsEmpty As System.Boolean
public System.bool IsEmpty {get;}
C1ComboBox comboBox = new C1ComboBox(); bool b = comboBox.Items.IsEmpty; // b == true;