Skip to main content

StripCollection.Contains(Strip) Method

Determines whether the collection contains the specified strip.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Contains(
    Strip strip
)

Parameters

Name Type Description
strip Strip

A Strip object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified strip; otherwise, false.

See Also