Skip to main content
A newer version of this page is available.
All docs
V18.2

ImageCollection.GetImageListImage(Object, String) Method

Returns an image from the specified ImageList or ImageCollection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static Image GetImageListImage(
    object images,
    string id
)

Parameters

Name Type Description
images Object

An ImageList or ImageCollection that stores an image to be returned.

id String

A string value that is the key/name of the image to be returned.

Returns

Type Description
Image

An image with the specified key/name stored in an ImageList/ImageCollection.

See Also