| Name | Description | |
|---|---|---|
|  | CanFilter | Gets a value that indicates whether this view supports filtering via the Filter property. | 
|  | CanGroup | Gets a value that indicates whether this view supports grouping via the GroupDescriptions property. | 
|  | CanSort | Gets a value that indicates whether this view supports sorting via the SortDescriptions property. | 
|  | CollectionGroups | (Inherited from Windows.UI.Xaml.Data.ICollectionView) | 
|  | Count | (Inherited from System.Collections.Generic.ICollection<object>) | 
|  | CurrentItem | (Inherited from Windows.UI.Xaml.Data.ICollectionView) | 
|  | CurrentPosition | (Inherited from Windows.UI.Xaml.Data.ICollectionView) | 
|  | Filter | Gets or sets a callback used to determine if an item is suitable for inclusion in the view. | 
|  | GroupDescriptions | Gets a collection of System.ComponentModel.GroupDescription objects that describe how the items in the collection are grouped in the view. | 
|  | HasMoreItems | (Inherited from Windows.UI.Xaml.Data.ICollectionView) | 
|  | IsCurrentAfterLast | (Inherited from Windows.UI.Xaml.Data.ICollectionView) | 
|  | IsCurrentBeforeFirst | (Inherited from Windows.UI.Xaml.Data.ICollectionView) | 
|  | IsReadOnly | (Inherited from System.Collections.Generic.ICollection<object>) | 
|  | Item | (Inherited from System.Collections.Generic.IList<object>) | 
|  | Size | (Inherited from Windows.Foundation.Collections.IVector<object>) | 
|  | SortDescriptions | Gets a collection of SortDescription objects that describe how the items in the collection are sorted in the view. | 
|  | SourceCollection | Get the underlying collection. | 
