Class GridDataVolatileCellStyles
Inheritance
System.Object
GridDataVolatileCellStyles
Implements
System.IDisposable
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataVolatileCellStyles : GridVolatileCellStyles, IDisposable
Constructors
GridDataVolatileCellStyles(IGridVolatileCellStylesHost)
Declaration
public GridDataVolatileCellStyles(IGridVolatileCellStylesHost host)
Parameters
Properties
CurrencyManager
Declaration
public GridDataCurrentRecordManager CurrencyManager { get; }
Property Value
Model
Declaration
public GridDataTableModel Model { get; }
Property Value
Table
Declaration
public GridDataTable Table { get; }
Property Value
TableProperties
Declaration
public GridDataTableProperties TableProperties { get; }
Property Value
Methods
CreateStyle(RowColumnIndex)
Declaration
protected override GridStyleInfo CreateStyle(RowColumnIndex cell)
Parameters
Returns
Overrides
Implements
System.IDisposable