FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowWithDetails Class / GetUnboundValue Method
Column that contains the value.

In This Topic
    GetUnboundValue Method (RowWithDetails)
    In This Topic
    Gets the unbound value stored in this row at a given column.
    Syntax
    'Declaration
     
    Protected Overridable Function GetUnboundValue( _
       ByVal col As Column _
    ) As Object
    protected virtual object GetUnboundValue( 
       Column col
    )

    Parameters

    col
    Column that contains the value.

    Return Value

    The unbound value stored at the given column.
    See Also