Skip to main content
All docs
V19.1

ImageCollection.GetImageListImage(Object, String) Method

Returns an image from the specified ImageList or ImageCollection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.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