C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class
Members

C1CollectionView Class
Represents the ICollectionView interface implementation with support for live sorting, filtering and grouping. Replicates the API of the WPF CollectionView class.
Object Model
C1CollectionView Class
Syntax
'Declaration
 
Public Class C1CollectionView 
   Implements IC1CollectionViewIEditableCollectionViewIFullTextFilterSupportIPagedCollectionView, Windows.Foundation.Collections.IIterable(Of Object), Windows.Foundation.Collections.IIterable(Of T), Windows.Foundation.Collections.IObservableVector(Of Object), Windows.Foundation.Collections.IVector(Of Object), Windows.Foundation.Collections.IVector(Of T), Windows.UI.Xaml.Data.ICollectionView 
 
Inheritance Hierarchy

System.Object
   C1.Xaml.C1CollectionView

See Also