ImageCollection<TImage, TInfo>.Item[Int32] Property
Returns a collection image by its index.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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