Gets an instance of ICollectionViewFactory that can be used as a source of a CollectionViewSource.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public ICollectionViewFactory CollectionViewFactory { get; }
Visual Basic
Public ReadOnly Property CollectionViewFactory As ICollectionViewFactory
	Get

Return Value

A factory that returns the same ClientCollectionView as an ICollectionView.

See Also