Skip to main content
All docs
V26.1
  • DataLabelsEx.Contains(KeyValuePair<Int32, DataLabelEx>) Method

    Determines whether the collection contains the specified key/value pair.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool Contains(
        KeyValuePair<int, DataLabelEx> item
    )

    Parameters

    Name Type Description
    item KeyValuePair<Int32, DataLabelEx>

    A key/value pair to locate.

    Returns

    Type Description
    Boolean

    true if the pair exists; otherwise, false.

    See Also