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

Images.RemoveByName(String) Method

Removes an image with the specified name from the collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void RemoveByName(
    string name
)

Parameters

Name Type Description
name String

A string that specifies the name of the required image.

See Also