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

Parameters

value
The displayed value.
See Also