UICollectionView.WeakDataSource Property

Definition

The data source that provides data for this UICollectionView.

public virtual Foundation.NSObject WeakDataSource { [Foundation.Export("dataSource", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setDataSource:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.WeakDataSource : Foundation.NSObject with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to