C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridDataMap Class / SelectedValuePath Property


In This Topic
SelectedValuePath Property (GridDataMap)
In This Topic
The name of the property that contains the keys (data values).
Syntax
'Declaration
 
Public Property SelectedValuePath As String
 
'Usage
 
Dim instance As GridDataMap
Dim value As String
 
instance.SelectedValuePath = value
 
value = instance.SelectedValuePath
See Also