Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridDataMap Class / GetKeyValue Method
The displayed value.

In This Topic
    GetKeyValue Method
    In This Topic
    Gets the key value corresponding to the specified display value.
    Syntax
    'Declaration
     
    
    Public Function GetKeyValue( _
       ByVal value As Object _
    ) As Object
    public object GetKeyValue( 
       object value
    )

    Parameters

    value
    The displayed value.
    See Also