ComponentOne Basic Library for WPF and Silverlight
SelectedValuePath Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : SelectedValuePath Property
Gets or sets the path that is used to get the SelectedValue from the SelectedItem.
Syntax
'Declaration
 
Public Property SelectedValuePath As System.String
'Usage
 
Dim instance As C1ComboBox
Dim value As System.String
 
instance.SelectedValuePath = value
 
value = instance.SelectedValuePath
public System.string SelectedValuePath {get; set;}
Remarks
Returns the path used to get the SelectedValue. The default is an empty string.
See Also

Reference

C1ComboBox Class
C1ComboBox Members