UICollectionViewLayout.CollectionView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UICollectionView which this UICollectionViewLayout is laying out.
public virtual UIKit.UICollectionView CollectionView { [Foundation.Export("collectionView")] get; }
member this.CollectionView : UIKit.UICollectionView
Property Value
The default value is null
.
- Attributes