Skip to main content
A newer version of this page is available. .

Images.SetKeyName(Int32, String) Method

Assigns a name to the image located at the specified position within the collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void SetKeyName(
    int index,
    string name
)

Parameters

Name Type Description
index Int32

An integer value that specifies the zero-based index of the required image.

name String

A string that specifies the name to be assigned to the image.

See Also