Skip to main content

ImageCollection<TImage, TInfo>.RemoveAt(String) Method

Removes an image with the specific name from this collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.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