menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IntegerValueCellsDictionary<T> - UWP 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>
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class IntegerValueCellsDictionary<T> : Object
    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.

    Extension Methods

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