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


C1.Silverlight Namespace > C1ComboBox Class : SelectedValue Property
Gets or sets the value of the SelectedItem, obtained by using SelectedValuePath.
Syntax
'Declaration
 
Public Property SelectedValue As System.Object
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Object
 
instance.SelectedValue = value
 
value = instance.SelectedValue
public System.object SelectedValue {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members