ComponentOne Xamarin.iOS
SelectedValuePath Property (C1ComboBox)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : SelectedValuePath Property
Gets or sets the path that is used to get the value from the selected item.
Syntax
'Declaration
 
Public Property SelectedValuePath As String
'Usage
 
Dim instance As C1ComboBox
Dim value As String
 
instance.SelectedValuePath = value
 
value = instance.SelectedValuePath
public string SelectedValuePath {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members