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
Parameters
| Name | Type | Description |
|---|---|---|
| key | TKey | The key to locate in the dictionary. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Implements
ContainsKey(TKey)
See Also