UIKit.UICollectionView.ReloadData Method
Reloads all of the data for the UIKit.UICollectionView.

Syntax

[Foundation.Export("reloadData")]
public virtual void ReloadData ()

See Also

UICollectionView.ReloadItems
UICollectionView.ReloadSections

Remarks

Calling this method will cause the UIKit.UICollectionView to discard any visible items and then redisplay them.

Data manipulation methods such as UICollectionView.InsertItems or UICollectionView.DeleteItems automatically update the UIKit.UICollectionView's data and do not require this potentially-expensive method to be called.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0