Represents C1ComboCell collection.

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

Syntax

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

Inheritance Hierarchy

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

See Also