DataSource for Entity Framework in WPF
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 ICollectionViewFactory
    public ICollectionViewFactory CollectionViewFactory {get;}

    Property Value

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