Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.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
    public string SelectedValuePath {get; set;}
    See Also