UICollectionView.Source Property
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
C#
public UIKit.UICollectionViewSource Source { get; set; }
member this.Source : UIKit.UICollectionViewSource with get, set
The default value is null
.
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 ).
Produkt | Versioner |
---|---|
Xamarin iOS SDK | 12 |