Skip to main content

ChartViewCollection.Contains(ChartView) Method

Determines whether the collection contains the specified item.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    ChartView view
)

Parameters

Name Type Description
view ChartView

A ChartView object to locate in the collection.

Returns

Type Description
Boolean

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

See Also