Class GridCellsInRowCache
Implements the cache to save the style information of the grid cells.
Inheritance
System.Object
GridCellsInRowCache
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridCellsInRowCache : Object
Constructors
GridCellsInRowCache()
Initializes the new instance of the GridCellsInRowCache class.
Declaration
public GridCellsInRowCache()
Fields
Cells
Dictionary table for Cells.
Declaration
public Dictionary<int, WeakReference> Cells
Field Value
| Type |
|---|
| System.Collections.Generic.Dictionary<System.Int32, System.WeakReference> |