ImageCollection<TImage, TInfo>.SetKeyName(TImage, String) Method
Renames the target SvgImageCollection image.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | TImage | An SvgImage that is the image to be renamed. |
| key | String | The new image name. |
See Also