Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridDataMap Class / DisplayMemberPath Property


In This Topic
    DisplayMemberPath Property (GridDataMap)
    In This Topic
    The name of the property to use as the visual representation of the items.
    Syntax
    'Declaration
     
    
    Public Property DisplayMemberPath As String
    'Usage
     
    
    Dim instance As GridDataMap
    Dim value As String
     
    instance.DisplayMemberPath = value
     
    value = instance.DisplayMemberPath
    public string DisplayMemberPath {get; set;}
    See Also