ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Object
     
    instance.SelectedItem = value
     
    value = instance.SelectedItem
    public object SelectedItem {get; set;}
    public:
    property Object^ SelectedItem {
       Object^ get();
       void set (    Object^ value);
    }
    See Also