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

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

Returns a collection image by its index.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public TImage this[int index] { get; set; }

Parameters

Name Type Description
index Int32

The image index inside this collection.

Property Value

Type Description
TImage

The image that occupies the given position in this collection.

See Also