Skip to main content

ImageCollection<TImage, TInfo>.Item[String] Property

Returns a collection image by its name.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.1.dll

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

Declaration

public TImage this[string key] { get; set; }

Parameters

Name Type Description
key String

The image name.

Property Value

Type Description
TImage

The image that has the given name.

See Also