ImageCollection<TImage, TInfo>.Insert(Int32, TImage) Method
Adds the specific image to this collection, , and places this image to the specific position.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The position the added image should have inside this collection. |
item | TImage | The image to be added. |
See Also