Class GridRowsCache
Implements the cache to save the style information for grid rows.
Inheritance
System.Object
GridRowsCache
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridRowsCache : Dictionary<int, GridCellsInRowCache>
Constructors
GridRowsCache()
Initializes the new instance of the GridRowsCache class.
Declaration
public GridRowsCache()