Skip to main content

SliderImageCollection.Contains(Image) Method

Returns whether the current SliderImageCollection contains a specified image object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Contains(
    Image image
)

Parameters

Name Type Description
image Image

An Image object to check as to whether it belongs to the current SliderImageCollection.

Returns

Type Description
Boolean

true if the current SliderImageCollection contains a specified image object; otherwise, false.

Remarks

The Contains method indicates whether the specified image belongs to the current SliderImageCollection. To get an index of a desired image, use the SliderImageCollection.IndexOf method.

See Also