RadControls for Windows Phone

Represents an observable collection that holds all checked items in the RadDataBoundListBox control. When items are added or removed they are respectively checked or unchecked.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Primitives (in Telerik.Windows.Controls.Primitives.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)

Syntax

C#
public class CheckedItemsCollection<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged
Visual Basic
Public Class CheckedItemsCollection(Of T) _
	Implements IList(Of T), ICollection(Of T),  _
	IEnumerable(Of T), IEnumerable, INotifyCollectionChanged
Visual C++
generic<typename T>
public ref class CheckedItemsCollection : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Controls..::..CheckedItemsCollection<(Of <(<'T>)>)>

See Also