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

    Determines whether the dictionary contains an element with the specified key.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool ContainsKey(
        TKey key
    )

    Parameters

    Name Type Description
    key TKey

    The key to locate in the dictionary.

    Returns

    Type Description
    Boolean

    true if the dictionary contains an element with the specified key; otherwise, false.

    Implements

    See Also