'Declaration
<DefaultMemberAttribute("Item")> Public Class ComboBoxItemsCollection Inherits C1.DataCollection.C1DataCollectionList(Of C1ComboBoxItem)
[DefaultMember("Item")] public class ComboBoxItemsCollection : C1.DataCollection.C1DataCollectionList<C1ComboBoxItem>