Class GridCellData
GridCellData holds StyleInfoStore objects with cell specific style properties. Rows and columns are allocated on demand and only for cells that have actual contents will a StyleInfoStore object be allocated.
Implements
System.Collections.Generic.IEnumerable<SerializableKeyValuePair<RowColumnIndex, GridStyleInfoStore>>
System.Collections.IEnumerable
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellData : RowColumnIndexValueArray<GridStyleInfoStore>, IEnumerable<SerializableKeyValuePair<RowColumnIndex, GridStyleInfoStore>>, IEnumerable, IDisposable
Constructors
GridCellData()
Declaration
public GridCellData()
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IDisposable