menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IntegerValueCellsDictionary<T> - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IntegerValueCellsDictionary<T>

    An object with a Cells dictionary. This class is used by RowColumnIndexValueDictionary<T> for rows inside that dictionary where each row has cells.

    Inheritance
    System.Object
    IntegerValueCellsDictionary<T>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class IntegerValueCellsDictionary<T>
    Type Parameters
    Name
    T

    Constructors

    IntegerValueCellsDictionary()

    Declaration
    public IntegerValueCellsDictionary()

    Properties

    Cells

    Gets or sets the dictionary of cells.

    Declaration
    public Dictionary<int, T> Cells { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Int32, T>

    The cells.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved