officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationdictionary-2.md
A dictionary that contains presentation objects.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public class PresentationDictionary<TKey, TValue> :
IPresentationDictionary<TKey, TValue>,
IDictionary<TKey, TValue>,
ICollection<KeyValuePair<TKey, TValue>>,
IEnumerable<KeyValuePair<TKey, TValue>>,
IEnumerable
Public Class PresentationDictionary(Of TKey, TValue)
Implements IPresentationDictionary(Of TKey, TValue),
IDictionary(Of TKey, TValue),
ICollection(Of KeyValuePair(Of TKey, TValue)),
IEnumerable(Of KeyValuePair(Of TKey, TValue)),
IEnumerable
| Name | Description |
|---|---|
| TKey |
The type of keys in the dictionary.
| | TValue |
The type of values in the dictionary.
|
IDictionary<TKey, TValue>
ICollection<KeyValuePair<TKey, TValue>>
IEnumerable<KeyValuePair<TKey, TValue>>
Object PresentationDictionary<TKey, TValue> DocumentCustomPropertyDictionary
See Also