Skip to main content
All docs
V25.2
  • PresentationDictionary<TKey, TValue>.Remove(KeyValuePair<TKey, TValue>) Method

    Removes the specified key-value pair from the dictionary.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool Remove(
        KeyValuePair<TKey, TValue> item
    )

    Parameters

    Name Type Description
    item KeyValuePair<TKey, TValue>

    The key-value pair to remove from the dictionary.

    Returns

    Type Description
    Boolean

    true if the key-value pair was successfully removed; otherwise, false.

    Implements

    Remove(KeyValuePair<TKey, TValue>)
    See Also