Class GridCellsInRowCache
Implements the cache to save the style information of the grid cells.
Inheritance
System.Object
GridCellsInRowCache
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridCellsInRowCache
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> |