Skip to main content
All docs
V23.2

HeatmapTitleCollection.Contains(HeatmapTitle) Method

Determines whether the collection contains the title passed in the method parameters.

Namespace: DevExpress.XtraCharts.Heatmap

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Contains(
    HeatmapTitle title
)

Parameters

Name Type Description
title HeatmapTitle

A title that should be found in the collection.

Returns

Type Description
Boolean

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

See Also