ItemCollection Class
Holds the list of items that constitute the content of an ItemsControl.
System.Windows.Threading::DispatcherObject
System.Windows.Data::CollectionView
System.Windows.Controls::ItemCollection
Assembly: PresentationFramework (in PresentationFramework.dll)
The ItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CanFilter | Gets a value that indicates whether this collection view supports filtering. (Overrides CollectionView::CanFilter.) |
![]() | CanGroup | Gets a value that indicates whether this collection view supports grouping. (Overrides CollectionView::CanGroup.) |
![]() | CanSort | Gets a value that indicates whether this collection view supports sorting. (Overrides CollectionView::CanSort.) |
![]() | Comparer | Returns an object that you can use to compare items in the view. (Inherited from CollectionView.) |
![]() | Count | Gets the number of records in the collection. (Overrides CollectionView::Count.) |
![]() | Culture | Gets or sets the culture information to use during sorting. (Inherited from CollectionView.) |
![]() | CurrentItem | Gets the current item in the view. (Overrides CollectionView::CurrentItem.) |
![]() | CurrentPosition | Gets the ordinal position of the current item within the view. (Overrides CollectionView::CurrentPosition.) |
![]() | Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
![]() | Filter | Gets or sets a callback used to determine if an item is suitable for inclusion in the view. (Overrides CollectionView::Filter.) |
![]() | GroupDescriptions | Gets a collection of GroupDescription objects that defines how to group the items. (Overrides CollectionView::GroupDescriptions.) |
![]() | Groups | Gets the top-level groups that are constructed according to the GroupDescriptions. (Overrides CollectionView::Groups.) |
![]() | IsCurrentAfterLast | Gets a value that indicates whether the current item of the view is beyond the end of the collection. (Overrides CollectionView::IsCurrentAfterLast.) |
![]() | IsCurrentBeforeFirst | Gets a value that indicates whether the current item of the view is beyond the beginning of the collection. (Overrides CollectionView::IsCurrentBeforeFirst.) |
![]() | IsCurrentInSync | Gets a value that indicates whether the CurrentItem is at the CurrentPosition. (Inherited from CollectionView.) |
![]() | IsDynamic | Gets a value that indicates whether the underlying collection provides change notifications. (Inherited from CollectionView.) |
![]() | IsEmpty | Gets a value that indicates whether the resulting (filtered) view is empty. (Overrides CollectionView::IsEmpty.) |
![]() | IsRefreshDeferred | Gets a value that indicates whether there is an outstanding DeferRefresh in use. (Inherited from CollectionView.) |
![]() | Item | Gets or sets the item at the given zero-based index. |
![]() | NeedsRefresh | Gets a value that indicates whether the collection needs to be refreshed. (Overrides CollectionView::NeedsRefresh.) |
![]() | SortDescriptions | Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. (Overrides CollectionView::SortDescriptions.) |
![]() | SourceCollection | Gets the unsorted and unfiltered collection that underlies this collection view. (Overrides CollectionView::SourceCollection.) |
![]() | UpdatedOutsideDispatcher | Gets a value that indicates whether it has been necessary to update the change log because a CollectionChanged notification has been received on a different thread without first entering the user interface (UI) thread dispatcher. (Inherited from CollectionView.) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an item to the ItemCollection. |
![]() | CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
![]() | Clear | Clears the collection and releases the references on all items currently in the collection. |
![]() | ClearChangeLog | Clears any pending changes from the change log. (Inherited from CollectionView.) |
![]() | Contains | Returns a value that indicates whether the specified item is in this view. (Overrides CollectionView::Contains(Object).) |
![]() | CopyTo | Copies the elements of the collection to an array, starting at a particular array index. |
![]() | DeferRefresh | Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. (Overrides CollectionView::DeferRefresh().) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | Returns an object that you can use to enumerate the items in the view. (Inherited from CollectionView.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetItemAt | Returns the item at the specified zero-based index in this view. (Overrides CollectionView::GetItemAt(Int32).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Returns the index in this collection where the specified item is located. (Overrides CollectionView::IndexOf(Object).) |
![]() | Insert | Inserts an element into the collection at the specified index. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MoveCurrentTo | Sets the specified item in the collection as the CurrentItem. (Overrides CollectionView::MoveCurrentTo(Object).) |
![]() | MoveCurrentToFirst | Sets the first item in the view as the CurrentItem. (Overrides CollectionView::MoveCurrentToFirst().) |
![]() | MoveCurrentToLast | Sets the last item in the view as the CurrentItem. (Overrides CollectionView::MoveCurrentToLast().) |
![]() | MoveCurrentToNext | Sets the item after the CurrentItem in the view as the CurrentItem. (Overrides CollectionView::MoveCurrentToNext().) |
![]() | MoveCurrentToPosition | Sets the item at the specified index to be the CurrentItem in the view. (Overrides CollectionView::MoveCurrentToPosition(Int32).) |
![]() | MoveCurrentToPrevious | Sets the item before the CurrentItem in the view as the CurrentItem. (Overrides CollectionView::MoveCurrentToPrevious().) |
![]() | OKToChangeCurrent | Returns a value that indicates whether the view can change which item is the CurrentItem. (Inherited from CollectionView.) |
![]() | OnBeginChangeLogging | Called by the base class to notify the derived class that an INotifyCollectionChanged::CollectionChanged event has been posted to the message queue. (Inherited from CollectionView.) |
![]() | OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. (Inherited from CollectionView.) |
![]() | OnCollectionChanged(Object, NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. (Inherited from CollectionView.) |
![]() | OnCurrentChanged | Raises the CurrentChanged event. (Inherited from CollectionView.) |
![]() | OnCurrentChanging() | Raises a CurrentChanging event that is not cancelable. (Inherited from CollectionView.) |
![]() | OnCurrentChanging(CurrentChangingEventArgs) | Raises the CurrentChanging event with the specified arguments. (Inherited from CollectionView.) |
![]() | OnPropertyChanged | Raises the PropertyChanged event using the specified arguments. (Inherited from CollectionView.) |
![]() | PassesFilter | Returns a value that indicates whether the specified item belongs to this view. (Overrides CollectionView::PassesFilter(Object).) |
![]() | ProcessCollectionChanged | When overridden in a derived class, processes a single change on the UI thread. (Inherited from CollectionView.) |
![]() | Refresh | Re-creates the view. (Inherited from CollectionView.) |
![]() | RefreshOrDefer | Refreshes the view or specifies that the view needs to be refreshed when the defer cycle completes. (Inherited from CollectionView.) |
![]() | RefreshOverride | Re-creates the view. (Inherited from CollectionView.) |
![]() | Remove | Removes the specified item reference from the collection or view. |
![]() | RemoveAt | Removes the item at the specified index of the collection or view. |
![]() | SetCurrent(Object, Int32) | Sets the specified item and index as the values of the CurrentItem and CurrentPosition properties. (Inherited from CollectionView.) |
![]() | SetCurrent(Object, Int32, Int32) | Sets the specified item and index as the values of the CurrentItem and CurrentPosition properties. This method can be called from a constructor of a derived class. (Inherited from CollectionView.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Occurs when the view has changed. (Inherited from CollectionView.) |
![]() | CurrentChanged | Occurs after the CurrentItem has changed. (Inherited from CollectionView.) |
![]() | CurrentChanging | Occurs when the CurrentItem is changing. (Inherited from CollectionView.) |
![]() | PropertyChanged | Occurs when a property value has changed. (Inherited from CollectionView.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | Cast<TResult> | Casts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() | OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::IsSynchronized | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
![]() ![]() | ICollection::SyncRoot | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
![]() ![]() | IEditableCollectionView::AddNew | Adds a new item to the collection. |
![]() ![]() | IEditableCollectionView::CanAddNew | Gets a value that indicates whether a new item can be added to the collection. |
![]() ![]() | IEditableCollectionView::CanCancelEdit | Gets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object. |
![]() ![]() | IEditableCollectionView::CancelEdit | Ends the edit transaction and, if possible, restores the original value to the item. |
![]() ![]() | IEditableCollectionView::CancelNew | Ends the add transaction and discards the pending new item. |
![]() ![]() | IEditableCollectionView::CanRemove | Gets a value that indicates whether an item can be removed from the collection. |
![]() ![]() | IEditableCollectionView::CommitEdit | Ends the edit transaction and saves the pending changes. |
![]() ![]() | IEditableCollectionView::CommitNew | Ends the add transaction and saves the pending new item. |
![]() ![]() | IEditableCollectionView::CurrentAddItem | Gets the item that is being added during the current add transaction. |
![]() ![]() | IEditableCollectionView::CurrentEditItem | Gets the item in the collection that is being edited. |
![]() ![]() | IEditableCollectionView::EditItem | Begins an edit transaction of the specified item. |
![]() ![]() | IEditableCollectionView::IsAddingNew | Gets a value that indicates whether an add transaction is in progress. |
![]() ![]() | IEditableCollectionView::IsEditingItem | Gets a value that indicates whether an edit transaction is in progress. |
![]() ![]() | IEditableCollectionView::NewItemPlaceholderPosition | Gets or sets the position of the new item placeholder in the collection view. |
![]() ![]() | IEditableCollectionView::Remove | Removes the specified item from the collection. |
![]() ![]() | IEditableCollectionView::RemoveAt | Removes the item at the specified position from the collection. |
![]() ![]() | IEditableCollectionViewAddNewItem::AddNewItem | Adds the specified object to the collection. |
![]() ![]() | IEditableCollectionViewAddNewItem::CanAddNewItem | Gets a value that indicates whether a specified object can be added to the collection. |
![]() ![]() | IEnumerable::GetEnumerator | Returns an IEnumerator object that you can use to enumerate the items in the view. (Inherited from CollectionView.) |
![]() ![]() | IItemProperties::ItemProperties | Gets a collection that contains information about the properties that are available on the items in a collection. |
![]() ![]() | IList::IsFixedSize | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
![]() ![]() | IList::IsReadOnly | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
![]() ![]() | INotifyCollectionChanged::CollectionChanged | Occurs when the view has changed. (Inherited from CollectionView.) |
![]() ![]() | INotifyPropertyChanged::PropertyChanged | Occurs when a property value changes. (Inherited from CollectionView.) |
![]() ![]() | IWeakEventListener::ReceiveWeakEvent | Receives events from the centralized event manager. |
ItemCollection maintains a collection of items such as strings, objects, XML nodes, elements, and other collections. An ItemsControl uses the data in the ItemCollection to generate its content. If you want to aggregate more than one collection, assign a CompositeCollection to the ItemsSource property of your ItemsControl.
Use either the Items property or the ItemsSource property to specify the collection that should be used to generate the content of your ItemsControl. When the ItemsSource property is set, the Items collection will be made read-only and fixed-size. This means that if you are using the ItemsSource property, you cannot add, delete, or change items in the ItemCollection directly.
ItemCollection is a CollectionView and therefore provides collection view functionalities, such as sorting, grouping, and filtering. For more information, see SortDescriptions, Filter, and GroupDescriptions.
For more information about collection views, see Data Binding Overview.
If you have an ItemsControl, such as a ListBox that has content, you can use the Items property to access the ItemCollection, which is a view. Because it is a view, you can then use the view-related functionalities such as sorting, filtering, and grouping. Note that when ItemsSource is set, the view operations delegate to the view over the ItemsSource collection. Therefore, the ItemCollection supports sorting, filtering, and grouping only if the delegated view supported them.
The following example shows how to sort the content of a ListBox named myListBox. In this example, Content is the name of the property to sort by.
When you do this, the view might or might not be the default view, depending on how the data is set up on your ItemsControl. For example, when the ItemsSource property is bound to a CollectionViewSource, the view that you obtain using the Items property is not the default view.
If your ItemsControl is bound (you are using the ItemsSource property), then you can do the following to get the default view:
Alternately, you can specify filtering, sorting, and grouping criteria in XAML using CollectionViewSource.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.



