[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionViewDataCollection.-ctor

C1CollectionViewDataCollection Constructor

C1CollectionViewDataCollection(ICollectionView, bool)

Initializes a new instance of the C1CollectionViewDataCollection class.

Declaration
public C1CollectionViewDataCollection(ICollectionView collectionView, bool honorIItemProperties = true)
Parameters
Type Name Description
ICollectionView collectionView

The collection view.

bool honorIItemProperties

When setting to true and the collection view implements IItemProperties, the items of the data collection will be wrapped in a custom type whose properties obey this interface.