UICollectionView.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 ).