ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientCollectionView Class / CollectionViewFactory Property

In This Topic
    CollectionViewFactory Property
    In This Topic
    Gets an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CollectionViewFactory As System.ComponentModel.ICollectionViewFactory
    public System.ComponentModel.ICollectionViewFactory CollectionViewFactory {get;}

    Property Value

    A factory that returns the same ClientCollectionView as an System.ComponentModel.ICollectionView.
    See Also