Images.Insert(Int32, Object, String) Method
Inserts an image with the assigned name into the collection at the specified position.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value specifying the zero-based position at which the specified image is inserted. |
value | Object | An image to insert into the collection. |
name | String | A string that specifies the name to be associated with the image. |
See Also