ComponentOne Xamarin.iOS
DisplayMemberPath Property (C1ComboBox)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : DisplayMemberPath Property
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

Reference

C1ComboBox Class
C1ComboBox Members