The properties of UIKit.UICollectionView are listed below. For a list of all members, see the UICollectionView Members list.
See Also: Inherited members from UIKit.UIScrollView
| AllowsMultipleSelection | bool. Specifies whether more than one UIKit.UICollectionViewCell can be selected at a time. | |
| AllowsSelection | bool. Specifies whether an application user can select a UIKit.UICollectionViewCell by tapping. | |
| [read-only] static | Appearance | UICollectionView.UICollectionViewAppearance. Strongly-typed property that returns the UIAppearance class for this class. |
| BackgroundView | UIView. A UIKit.UIView that lies behind all other content and is automatically sized to fill the entire bounds. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| CollectionViewLayout | UICollectionViewLayout. The UIKit.UICollectionViewLayout that will lay out this UIKit.UICollectionView's elements. | |
| DataSource | IUICollectionViewDataSource. The UIKit.UICollectionViewDataSource responsible for populating this UIKit.UICollectionView. | |
| Delegate | IUICollectionViewDelegate. An instance of the UIKit.UICollectionViewDelegate model class which acts as the class delegate. | |
| [read-only] | IndexPathsForVisibleItems | Foundation.NSIndexPath[]. Returns the Foundation.NSIndexPaths of all visible items. |
| Source | UICollectionViewSource. An optional property that can substitute for the UICollectionView.DataSource and UICollectionView.Delegate properties | |
| [read-only] | VisibleCells | UICollectionViewCell[]. An array of the currently-visible UIKit.UICollectionViewCell. |
| WeakDataSource | Foundation.NSObject. The data source that provides data for this UICollectionView. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |