ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.5.2 Assembly / C1.Win.C1FlexGrid 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