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 UIKit.UICollectionViewSource (which itself is simply defined as ).

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0