Method ResetCachedImagesInItems
ResetCachedImagesInItems()
Resets the cached images for all items in the collection. This method is called from ResetCachedImages() to clear the cached images for all items.
public virtual void ResetCachedImagesInItems()
Remarks
This method iterates through all items in the collection and invokes their ResetCachedImages() method to clear any cached image data. Use this method to ensure that all items refresh their cached images, for example, after an update to the underlying image source.