ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1ComboBox Class / SelectedItems Property

In This Topic
    SelectedItems Property (C1ComboBox)
    In This Topic
    Gets or set the list of items which are selected.
    Syntax
    'Declaration
     
    
    Public Property SelectedItems As ObservableCollection(Of Object)
    public ObservableCollection<object> SelectedItems {get; set;}
    See Also