ComponentOne Basic Library for WPF and Silverlight
SelectedItems Property (C1ComboBox)


C1.WPF Namespace > C1ComboBox Class : SelectedItems Property
Gets or set the list of items which are selected.
Syntax
'Declaration
 
Public Property SelectedItems As System.Collections.ObjectModel.ObservableCollection(Of Object)
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Collections.ObjectModel.ObservableCollection(Of Object)
 
instance.SelectedItems = value
 
value = instance.SelectedItems
public System.Collections.ObjectModel.ObservableCollection<object> SelectedItems {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members