IsEmpty Property (C1ComboBoxItemCollection)
Gets value that indicates if the collection is empty or not. If collection is empty than it will be skipped during the serialization process.
public System.bool IsEmpty {get;}
'Declaration
Public ReadOnly Property IsEmpty As System.Boolean
C1ComboBox comboBox = new C1ComboBox();
bool b = comboBox.Items.IsEmpty;
// b == true;