FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / UnboundValueEventArgs Class / Value Property

In This Topic
    Value Property (UnboundValueEventArgs)
    In This Topic
    Gets or sets the unbound value that should be displayed in the cell.
    Syntax
    'Declaration
     
    
    Public Property Value As Object
    public object Value {get; set;}
    See Also