Interface IGridVolatileCellStylesHost
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public interface IGridVolatileCellStylesHost
Properties
BaseStylesMap
Declaration
GridBaseStylesMap BaseStylesMap { get; }
Property Value
Methods
Declaration
void CommitCellInfo(RowColumnIndex cell, GridStyleInfo style, StyleInfoProperty sip)
Parameters
LookupCellRenderer(String)
Declaration
IGridCellRenderer LookupCellRenderer(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Returns
Declaration
IStyleInfo[] QueryBaseStyles(RowColumnIndex cell, GridStyleInfo style)
Parameters
Returns
Declaration
void QueryCellInfo(RowColumnIndex cell, GridStyleInfo style)
Parameters