PresentationDictionary<TKey, TValue>.Item[TKey] Property
Gets or sets the value associated 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 of the value to get or set. |
Property Value
| Type | Description |
|---|---|
| TValue | The value associated with the specified key. |
Implements
Item[TKey]
See Also