Represents a collection of C1ComboBoxItem objects.

Namespace:  C1.Web.UI.Controls.C1ComboBox
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public class C1ComboBoxItemCollection : C1ObservableItemCollection<C1ComboBox, C1ComboBoxItem>
Visual Basic (Declaration)
Public Class C1ComboBoxItemCollection _
	Inherits C1ObservableItemCollection(Of C1ComboBox, C1ComboBoxItem)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'C1ComboBoxItem>)>)>
    C1ObservableItemCollection<(Of <(<'C1ComboBox, C1ComboBoxItem>)>)>
      C1.Web.UI.Controls.C1ComboBox..::..C1ComboBoxItemCollection

See Also