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

    Removes the value with the specified key from the dictionary.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool Remove(
        TKey key
    )

    Parameters

    Name Type Description
    key TKey

    The key of the element to remove.

    Returns

    Type Description
    Boolean

    true if the element was successfully removed; otherwise, false.

    Implements

    Remove(TKey)
    See Also