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

SliderImageCollection.Remove(Image) Method

Removes the specified image from the current SliderImageCollection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void Remove(
    Image image
)

Parameters

Name Type Description
image Image

An Image object to be removed from the current SliderImageCollection.

See Also