HeatmapTitleCollection.Contains(HeatmapTitle) Method
Determines whether the collection contains the title passed in the method parameters.
Namespace: DevExpress.XtraCharts.Heatmap
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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