alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved