ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class
Members

In This Topic
    C1CollectionView Class
    In This Topic
    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 
    public class C1CollectionView : IC1CollectionViewIEditableCollectionViewIFullTextFilterSupportIPagedCollectionView, Windows.Foundation.Collections.IIterable<object>, Windows.Foundation.Collections.IIterable<T>, Windows.Foundation.Collections.IObservableVector<object>, Windows.Foundation.Collections.IVector<object>, Windows.Foundation.Collections.IVector<T>, Windows.UI.Xaml.Data.ICollectionView  
    Inheritance Hierarchy

    System.Object
       C1.Xaml.C1CollectionView

    See Also