Class GridCellsInRowCache
For internal use.
Inheritance
System.Object
GridCellsInRowCache
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellsInRowCache : Object
Constructors
GridCellsInRowCache()
Declaration
public GridCellsInRowCache()
Fields
Cells
Declaration
public Dictionary<int, WeakReference> Cells
Field Value
Type |
---|
System.Collections.Generic.Dictionary<System.Int32, System.WeakReference> |