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. |