Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public void Insert(
    int index,
    object value,
    string name
)

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