ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListBox Class / SelectedItem Property



In This Topic
    SelectedItem Property (C1ListBox)
    In This Topic
    Gets or set the item which is selected.
    Syntax
    'Declaration
     
    
    Public Property SelectedItem As Object
    'Usage
     
    
    Dim instance As C1ListBox
    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