Skip to main content
All docs
V25.1
  • HeatmapTitleCollection.Contains(HeatmapTitle) Method

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

    Namespace: DevExpress.XtraCharts.Heatmap

    Assembly: DevExpress.XtraCharts.v25.1.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