Initializes a new instance of the C1ComboBoxItem class.

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

Syntax

C#
public C1ComboBoxItem(
	string text,
	string value
)
Visual Basic (Declaration)
Public Sub New ( _
	text As String, _
	value As String _
)

Parameters

text
Type: System..::..String
C1ComboBoxItem Text.
value
Type: System..::..String
C1ComboBoxItem Value.

See Also