ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 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 _
    )
    public C1ComboBoxItem( 
       System.string text,
       System.string value
    )

    Parameters

    text
    C1ComboBoxItem Text.
    value
    C1ComboBoxItem Value.
    See Also