DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / C1CollectionView Constructor
The data collection.

In This Topic
    C1CollectionView Constructor
    In This Topic
    Creates a new instance of C1CollectionView component.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataCollection As IDataCollection(Of Object) _
    )
    public C1CollectionView( 
       IDataCollection<object> dataCollection
    )

    Parameters

    dataCollection
    The data collection.
    See Also