| C1.UWP Assembly > C1.Xaml Namespace : IC1CollectionView Interface |
The following tables list the members exposed by IC1CollectionView.
| 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>) |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Add | (Inherited from System.Collections.Generic.ICollection<object>) |
![]() | Clear | (Inherited from System.Collections.Generic.ICollection<object>) |
![]() | Contains | (Inherited from System.Collections.Generic.ICollection<object>) |
![]() | CopyTo | (Inherited from System.Collections.Generic.ICollection<object>) |
![]() | DeferRefresh | Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh. |
![]() | IndexOf | (Inherited from System.Collections.Generic.IList<object>) |
![]() | Insert | (Inherited from System.Collections.Generic.IList<object>) |
![]() | LoadMoreItemsAsync | (Inherited from Windows.UI.Xaml.Data.ICollectionView) |
![]() | MoveCurrentTo | (Inherited from Windows.UI.Xaml.Data.ICollectionView) |
![]() | MoveCurrentToFirst | (Inherited from Windows.UI.Xaml.Data.ICollectionView) |
![]() | MoveCurrentToLast | (Inherited from Windows.UI.Xaml.Data.ICollectionView) |
![]() | MoveCurrentToNext | (Inherited from Windows.UI.Xaml.Data.ICollectionView) |
![]() | MoveCurrentToPosition | (Inherited from Windows.UI.Xaml.Data.ICollectionView) |
![]() | MoveCurrentToPrevious | (Inherited from Windows.UI.Xaml.Data.ICollectionView) |
![]() | Refresh | Refreshes the view applying the current sort and filter conditions. |
![]() | Remove | (Inherited from System.Collections.Generic.ICollection<object>) |
![]() | RemoveAt | (Inherited from System.Collections.Generic.IList<object>) |