Skip to main content

Images.Item[String] Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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