menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellsInRowCache - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

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