Class GridDataVolatileCellStyles
Implements
System.IDisposable
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.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataVolatileCellStyles : GridVolatileCellStyles, IDisposable
Constructors
GridDataVolatileCellStyles(IGridVolatileCellStylesHost)
Declaration
public GridDataVolatileCellStyles(IGridVolatileCellStylesHost host)
Parameters
Type | Name | Description |
---|---|---|
IGridVolatileCellStylesHost | host |
Properties
CurrencyManager
Declaration
public GridDataCurrentRecordManager CurrencyManager { get; }
Property Value
Model
Declaration
public GridDataTableModel Model { get; }
Property Value
Type |
---|
GridDataTableModel |
Table
Declaration
public GridDataTable Table { get; }
Property Value
Type |
---|
GridDataTable |
TableProperties
Declaration
public GridDataTableProperties TableProperties { get; }
Property Value
Methods
CreateStyle(RowColumnIndex)
Declaration
protected override GridStyleInfo CreateStyle(RowColumnIndex cell)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cell |
Returns
Type |
---|
GridStyleInfo |
Overrides
Implements
System.IDisposable