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

In This Topic
    SelectedItem Property (C1ComboBox)
    In This Topic
    Gets or sets the current selected item or returns null if there is no selection.
    Syntax
    'Declaration
     
    
    Public Property SelectedItem As Object
    public object SelectedItem {get; set;}
    See Also