The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ListCollectionView Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CanFilter | Overridden. Gets a value that indicates whether this view supports callback-based filtering. |
| CanGroup | Overridden. Gets a value that indicates whether this collection view supports grouping. |
| CanSort | Overridden. Gets a value that indicates whether this collection view supports sorting. |
| Comparer | Returns an object that you can use to compare items in this view. (inherited from CollectionView) |
| Count | Overridden. Gets the estimated number of records. |
| Culture | Gets or sets the culture to use during sorting. (inherited from CollectionView) |
| CurrentItem | Gets the current item in the view. (inherited from CollectionView) |
| CurrentPosition | Gets the ordinal position of the CurrentItem within the (optionally sorted and filtered) view. (inherited from CollectionView) |
| CustomSort | Gets or sets a custom object that implements IComparer to sort items in the view. |
| 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. (inherited from CollectionView) |
| GroupBySelector | Gets or sets a delegate to select the GroupDescription as a function of the parent group and its level. |
| GroupDescriptions | Overridden. Gets a collection of GroupDescription objects that describe how the items in the collection are grouped in the view. |
| Groups | Overridden. Gets the top-level groups. |
| IsCurrentAfterLast | Gets a value that indicates whether the CurrentItem of the view is beyond the end of the collection. (inherited from CollectionView) |
| IsCurrentBeforeFirst | Gets a value that indicates whether the CurrentItem of the view is beyond the beginning of the collection. (inherited from CollectionView) |
| IsDataInGroupOrder | Gets or sets a value that indicates whether the list of items (after applying the sort and filters, if any) is already in the correct order for grouping. |
| IsEmpty | Overridden. Returns a value that indicates whether the resulting (filtered) view is empty. |
| NeedsRefresh | Gets a value that indicates whether this view needs to be refreshed. (inherited from CollectionView) |
| SortDescriptions | Overridden. Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. |
| SourceCollection | Returns the underlying un-filtered collection. (inherited from CollectionView) |
| Name | Description | |
|---|---|---|
| ActiveComparer | Gets and sets the current active comparer that is used in sorting. |
| ActiveFilter | Gets or set the current active Filter callback. |
| InternalCount | Gets the number of records in the InternalList. |
| InternalList | Gets the complete and unfiltered underlying collection. |
| 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) |
| IsGrouping | Gets a value that indicates whether there are groups in the view. |
| IsRefreshDeferred | Returns a value that indicates whether there is an outstanding DeferRefresh in use. (inherited from CollectionView) |
| UpdatedOutsideDispatcher | Returns true if 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) |
| UsesLocalArray | Gets a value that indicates whether a private copy of the data is needed for sorting and filtering. |
Reference
ListCollectionView ClassSystem.Windows.Data Namespace