alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SerializableKeyValuePair<TKey, TValue>

    Inheritance
    System.Object
    SerializableKeyValuePair<TKey, TValue>
    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.WPF.dll
    Syntax
    public sealed class SerializableKeyValuePair<TKey, TValue> : ValueType
    Type Parameters
    Name
    TKey
    TValue

    Constructors

    SerializableKeyValuePair(TKey, TValue)

    Declaration
    public SerializableKeyValuePair(TKey key, TValue value)
    Parameters
    Type Name Description
    TKey key
    TValue value

    Properties

    Key

    Declaration
    public TKey Key { get; set; }
    Property Value
    Type
    TKey

    Value

    Declaration
    public TValue Value { get; set; }
    Property Value
    Type
    TValue

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved