MonoTouch.UIKit.UICollectionView.Source Property
An optional property that can substitute for the UICollectionView.DataSource and UICollectionView.Delegate properties

Syntax

public UICollectionViewSource Source { get; set; }

Value

The default value is null.

Remarks

Rather than specify separate classes and provide two objects for the UICollectionView.DataSource and UICollectionView.Delegate properties, one can provide a single class of type MonoTouch.UIKit.UICollectionViewSource (which itself is simply defined as ).

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0