menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SerializableKeyValuePair<TKey, TValue> - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SerializableKeyValuePair<TKey, TValue>

    Inheritance
    System.Object
    SerializableKeyValuePair<TKey, TValue>
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved