Skip to main content
All docs
V19.1

SvgImageCollection.SetKeyName(Int32, String) Method

Renames the target SvgImageCollection image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void SetKeyName(
    int index,
    string key
)

Parameters

Name Type Description
index Int32

An Int32 value that specifies the position of an image that needs to be renamed.

key String

A String value that is the new image name.

See Also