UICollectionViewLayoutInvalidationContext.InvalidateDataSourceCounts Property

Definition

Whether the data source's counts should be invalidated.

public virtual bool InvalidateDataSourceCounts { [Foundation.Export("invalidateDataSourceCounts")] get; }
member this.InvalidateDataSourceCounts : bool

Property Value

A read-only Boolean indicating whether or not the layout should ask for new counts on section and item.

Attributes

Remarks

You do not set the value for this property yourself. The collection view sets the value in response to layour scanearios and requirements.

Applies to