Skip to main content

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

Returns a collection image by its index.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

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