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

In This Topic
    Value Property (UnboundColumnFetchEventArgs)
    In This Topic
    Gets or sets the value of the Column.
    Syntax
    'Declaration
     
    
    Public Property Value As String
    public string Value {get; set;}
    See Also