Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridDataMap Class / GetDisplayValue Method
The selected value.

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

    Parameters

    value
    The selected value.
    See Also