Initializes a new instance of the C1ComboCellCollection class.

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

Syntax

C#
public C1ComboCellCollection(
	C1ComboBoxItem item
)
Visual Basic (Declaration)
Public Sub New ( _
	item As C1ComboBoxItem _
)

See Also