Basic Library for WPF and Silverlight | ComponentOne
C1.WPF 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