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
Parameters
| Name | Type | Description |
|---|---|---|
| key | TKey | The key of the element to remove. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Implements
Remove(TKey)
See Also