C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxItem Class / C1ComboBoxItem Constructor / C1ComboBoxItem Constructor(String,String)
C1ComboBoxItem Text.
C1ComboBoxItem Value.

In This Topic
C1ComboBoxItem Constructor(String,String)
In This Topic
Initializes a new instance of the C1ComboBoxItem class.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As System.String, _
   ByVal value As System.String _
)
 

Parameters

text
C1ComboBoxItem Text.
value
C1ComboBoxItem Value.
See Also