C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.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
 
'Usage
 
Dim instance As GridDataMap
Dim value As Object
Dim value As Object
 
value = instance.GetDisplayValue(value)

Parameters

value
The selected value.
See Also