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

ImageCollection<TImage, TInfo>.Remove(TImage) Method

Removes the image from this collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public bool Remove(
    TImage image
)

Parameters

Name Type Description
image TImage

The image to remove.

Returns

Type Description
Boolean

true, if the image was successfully removed; otherwise, false.

See Also