Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / SelectedValue Property

In This Topic
    SelectedValue Property (C1ComboBox)
    In This Topic
    Gets or sets the value of the SelectedItem, obtained by using SelectedValuePath.
    Syntax
    'Declaration
     
    
    Public Property SelectedValue As Object
    public object SelectedValue {get; set;}
    See Also