Class GridCellsInRowCache
Inheritance
System.Object
GridCellsInRowCache
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class GridCellsInRowCache : Object
Constructors
GridCellsInRowCache()
Declaration
public GridCellsInRowCache()
Fields
Cells
Declaration
public ConcurrentDictionary<int, GridStyleInfo> Cells
Field Value
Type |
---|
System.Collections.Concurrent.ConcurrentDictionary<System.Int32, GridStyleInfo> |