[]
Initializes a new instance of the C1CollectionViewDataCollection class.
public C1CollectionViewDataCollection(ICollectionView collectionView, bool honorIItemProperties = true)
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. |