Skip to main content
All docs
V25.1
  • 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

    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