UICollectionView.Source Property

Definition

An optional property that can substitute for the DataSource and Delegate properties

public UIKit.UICollectionViewSource Source { get; set; }
member this.Source : UIKit.UICollectionViewSource with get, set

Property Value

The default value is null.

Remarks

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

Applies to