UIKit.UICollectionView: Property Members

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

Public Properties

AllowsMultipleSelectionbool. Specifies whether more than one UIKit.UICollectionViewCell can be selected at a time.
AllowsSelectionbool. Specifies whether an application user can select a UIKit.UICollectionViewCell by tapping.
[read-only]
static
AppearanceUICollectionView.UICollectionViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
BackgroundViewUIView. A UIKit.UIView that lies behind all other content and is automatically sized to fill the entire bounds.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CollectionViewLayoutUICollectionViewLayout. The UIKit.UICollectionViewLayout that will lay out this UIKit.UICollectionView's elements.
DataSourceIUICollectionViewDataSource. The UIKit.UICollectionViewDataSource responsible for populating this UIKit.UICollectionView.
DelegateIUICollectionViewDelegate. An instance of the UIKit.UICollectionViewDelegate model class which acts as the class delegate.
[read-only]
IndexPathsForVisibleItemsFoundation.NSIndexPath[]. Returns the Foundation.NSIndexPaths of all visible items.
SourceUICollectionViewSource. An optional property that can substitute for the UICollectionView.DataSource and UICollectionView.Delegate properties
[read-only]
VisibleCellsUICollectionViewCell[]. An array of the currently-visible UIKit.UICollectionViewCell.
WeakDataSourceFoundation.NSObject. The data source that provides data for this UICollectionView.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type