Class IntegerCellsArray<T>
Inheritance
System.Object
    IntegerCellsArray<T>
  Implements
System.IDisposable
  Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class IntegerCellsArray<T> : Object, IDisposable
  Type Parameters
| Name | 
|---|
| T | 
Constructors
IntegerCellsArray()
Declaration
public IntegerCellsArray()
  Fields
Cells
Declaration
public List<T> Cells
  Field Value
| Type | 
|---|
| System.Collections.Generic.List<T> | 
Methods
Dispose()
Declaration
public void Dispose()
  Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | disposing | 
EnsureCellCount(Int32)
Declaration
public void EnsureCellCount(int count)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | count | 
Implements
      System.IDisposable