Share via


UICollectionView.PrefetchingEnabled Property

Definition

Gets or sets whether prefecting is enabled. If true, PrefetchDataSource must be set.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PrefetchingEnabled { [Foundation.Export("isPrefetchingEnabled")] get; [Foundation.Export("setPrefetchingEnabled:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isPrefetchingEnabled")>]
[<set: Foundation.Export("setPrefetchingEnabled:")>]
member this.PrefetchingEnabled : bool with get, set

Property Value

Attributes

Applies to