ComponentOne Xamarin.iOS
SelectedValuePath Property (GridDataMap)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridDataMap Class : SelectedValuePath Property
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
public string SelectedValuePath {get; set;}
See Also

Reference

GridDataMap Class
GridDataMap Members