Skip to main content

SliderImageCollection.Remove(Image) Method

Removes the specified image from the current SliderImageCollection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Remove(
    Image image
)

Parameters

Name Type Description
image Image

An Image object to be removed from the current SliderImageCollection.

See Also