ImageCollection<TImage, TInfo>.Item[String] Property
Returns a collection image by its name.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| key | String | The image name. |
Property Value
| Type | Description |
|---|---|
| TImage | The image that has the given name. |
See Also