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

Images.Item[String] Property

Provides access to the images in the collection by their names.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public Image this[string name] { get; set; }

Parameters

Name Type Description
name String

A string that specifies the name of the image to locate in the collection.

Property Value

Type Description
Image

An image with the specified name.

See Also