C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.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
See Also