ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / NewRowTemplate Class / GetUnboundValue Method
Column that contains the value.

In This Topic
    GetUnboundValue Method (NewRowTemplate)
    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