Skip to main content

ImageCollection<TImage, TInfo>.SetKeyName(TImage, String) Method

Renames the target SvgImageCollection image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void SetKeyName(
    TImage item,
    string key
)

Parameters

Name Type Description
item TImage

An SvgImage that is the image to be renamed.

key String

The new image name.

See Also