Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1ComboBox Class / DisplayMemberPath Property


In This Topic
    DisplayMemberPath Property (C1ComboBox)
    In This Topic
    Gets or sets 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 C1ComboBox
    Dim value As String
     
    instance.DisplayMemberPath = value
     
    value = instance.DisplayMemberPath
    public string DisplayMemberPath {get; set;}
    See Also