Skip to main content
All docs
V25.1
  • PresentationDictionary<TKey, TValue> Class

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public class PresentationDictionary<TKey, TValue> :
        IPresentationDictionary<TKey, TValue>,
        IDictionary<TKey, TValue>,
        ICollection<KeyValuePair<TKey, TValue>>,
        IEnumerable<KeyValuePair<TKey, TValue>>,
        IEnumerable

    Type Parameters

    Name
    TKey
    TValue

    Implements

    IDictionary<TKey, TValue>
    ICollection<KeyValuePair<TKey, TValue>>
    IEnumerable<KeyValuePair<TKey, TValue>>

    Inheritance

    Object
    PresentationDictionary<TKey, TValue>
    See Also