Back to Devexpress

PresentationDictionary<TKey, TValue> Class

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationdictionary-2.md

latest2.3 KB
Original Source

PresentationDictionary<TKey, TValue> Class

A dictionary that contains presentation objects.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public class PresentationDictionary<TKey, TValue> :
    IPresentationDictionary<TKey, TValue>,
    IDictionary<TKey, TValue>,
    ICollection<KeyValuePair<TKey, TValue>>,
    IEnumerable<KeyValuePair<TKey, TValue>>,
    IEnumerable
vb
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

Type Parameters

NameDescription
TKey

The type of keys in the dictionary.

| | TValue |

The type of values in the dictionary.

|

Implements

IDictionary<TKey, TValue>

ICollection<KeyValuePair<TKey, TValue>>

IEnumerable<KeyValuePair<TKey, TValue>>

IEnumerable

Inheritance

Object PresentationDictionary<TKey, TValue> DocumentCustomPropertyDictionary

See Also

PresentationDictionary<TKey, TValue> Members

DevExpress.Docs.Presentation Namespace