Skip to main content
All docs
V25.1
  • ImageCollection<TImage, TInfo>.RemoveAt(String) Method

    Removes an image with the specific name from this collection.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public void RemoveAt(
        string key
    )

    Parameters

    Name Type Description
    key String

    The name of an image to be removed.

    See Also