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