Images.Item[String] Property
Provides access to the images in the collection by their names.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies the name of the image to locate in the collection. |
Property Value
Type | Description |
---|---|
Image | An image with the specified name. |
See Also