ComponentOne List for WinForms
C1.Win.C1List Namespace / ValueItem Class / Value Property

In This Topic
    Value Property (ValueItem)
    In This Topic
    Sets or retrieves the raw (untranslated) value of this item.
    Syntax
    'Declaration
     
    
    Public Property Value As String
    public string Value {get; set;}
    See Also