Skip to main content

ImageCollection<TImage, TInfo>.SetKeyName(Int32, 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(
    int index,
    string key
)

Parameters

Name Type Description
index Int32

Tthe position of an image that needs to be renamed.

key String

The new image name.

See Also