C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / SelectedValuePath Property


In This Topic
SelectedValuePath Property (C1ComboBox)
In This Topic
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
See Also