WinUI | ComponentOne
C1.WinUI.DataCollection Assembly / C1.WinUI.DataCollection Namespace / C1CollectionView Class / Add Method
The object to add to the C1CollectionView.
In This Topic
    Add Method (C1CollectionView)
    In This Topic
    Adds an item to the C1CollectionView.
    Syntax
    public void Add( 
       object item
    )

    Parameters

    item
    The object to add to the C1CollectionView.
    See Also