Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ImageCollection<TImage, TInfo>.Insert Method

Name Parameters Description
Insert(Int32, TImage) index, item Adds the specific image to this collection, , and places this image to the specific position.
Insert(Int32, String, TImage) index, key, image Adds the specific image to this collection, and places it to the specific position.
Insert(Int32, String, String, String) index, key, assemblyImageResourceName, assemblyName Adds an image from the assembly to this collection, and places this image to the specific position.
Insert(Int32, String, String, Type) index, key, resourceName, resourceType Adds an image from resources, and places this image to the specific position.
Insert(Int32, String, String) index, key, imageUri Adds an image to this collection by its URI, and places this image to the specific position.