Skip to main content

DataLabelCollection.Contains(DataLabel) 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(
    DataLabel dataLabel
)

Parameters

Name Type Description
dataLabel DataLabel

A DataLabel object to locate in the collection.

Returns

Type Description
Boolean

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

See Also