WinUI | ComponentOne
C1.WinUI.DataCollection Assembly / C1.WinUI.DataCollection Namespace / C1CollectionView Class / C1CollectionView Constructor
The wrapping collection.
In This Topic
    C1CollectionView Constructor
    In This Topic
    Creates a new instance of C1CollectionView component.
    Syntax
    public C1CollectionView( 
       C1.DataCollection.IDataCollection<object> dataCollection
    )

    Parameters

    dataCollection
    The wrapping collection.
    See Also