Skip to main content
All docs
V26.1
  • DataLabels.Remove(KeyValuePair<Int32, DataLabel>) Method

    Removes the specified key/value pair from the collection.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool Remove(
        KeyValuePair<int, DataLabel> item
    )

    Parameters

    Name Type Description
    item KeyValuePair<Int32, DataLabel>

    The key/value pair to remove.

    Returns

    Type Description
    Boolean

    true if the pair is removed; otherwise, false.

    See Also