ComponentOne List for WinForms
C1.Win.C1List Namespace / ValueItem Class / ValueItem Constructor / ValueItem Constructor(String,Object)
Underlying data value.
Translated value.

In This Topic
    ValueItem Constructor(String,Object)
    In This Topic
    Initializes a new instance of the ValueItem class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As String, _
       ByVal displayValue As Object _
    )
    public ValueItem( 
       string value,
       object displayValue
    )

    Parameters

    value
    Underlying data value.
    displayValue
    Translated value.
    See Also