Class GridCellsInRowCache
Inheritance
System.Object
GridCellsInRowCache
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public class GridCellsInRowCache
Constructors
GridCellsInRowCache()
Declaration
public GridCellsInRowCache()
Fields
Cells
Declaration
public ConcurrentDictionary<int, GridStyleInfo> Cells
Field Value
Type | Description |
---|---|
System.Collections.Concurrent.ConcurrentDictionary<System.Int32, GridStyleInfo> |