Skip to main content
All docs
V25.1
  • DataMemberCollection.Contains(DataMember) Method

    Determines whether the collection contains the specified data member.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public bool Contains(
        DataMember dataMember
    )

    Parameters

    Name Type Description
    dataMember DataMember

    The data member to locate in the collection.

    Returns

    Type Description
    Boolean

    true if the collection contains the specified data member; otherwise, false.

    See Also