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