Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / _selectedItems Field

In This Topic
    _selectedItems Field (GroupedListBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Shadows _selectedItems As ObservableCollection(Of Object)
    protected new ObservableCollection<object> _selectedItems
    See Also