Click or drag to resize

ListCollectionViewListAdapterT Constructor

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public ListCollectionViewListAdapter(
	ListCollectionView collectionView
)

Parameters

collectionView
Type: System.Windows.DataListCollectionView
The collection view.
See Also