ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / CollectionView Property

In This Topic
    CollectionView Property
    In This Topic
    Gets or sets the underlying collection view.
    Syntax
    'Declaration
     
    Public Property CollectionView As ICollectionView(Of Object)
    public ICollectionView<object> CollectionView {get; set;}
    See Also