Share via


UICollectionView.DataSource Property

Definition

The UICollectionViewDataSource responsible for populating this UICollectionView.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public UIKit.IUICollectionViewDataSource DataSource { get; set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.DataSource : UIKit.IUICollectionViewDataSource with get, set

Property Value

The default value is null.

This value can be null.

Attributes

Applies to

See also