UICollectionViewLayoutInvalidationContext.InvalidateDataSourceCounts Property
Definition
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.
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.