Interface IGraphicVolatileCellStylesHost
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public interface IGraphicVolatileCellStylesHost
Methods
CommitGraphicCellInfo(Int32, GraphicStyleInfo, StyleInfoProperty)
Occurs when the model is about to save style information about a specific cell.
Declaration
void CommitGraphicCellInfo(int index, GraphicStyleInfo style, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
GraphicStyleInfo | style | |
StyleInfoProperty | sip |
LookupGraphicCellModel(String)
Returns a GridCellModelBase for the specified id / cell type name.
Declaration
GraphicCellModelBase LookupGraphicCellModel(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | Cell type name. |
Returns
Type | Description |
---|---|
GraphicCellModelBase | The GridCellModelBase for the given id. |
Remarks
Calls
QueryBaseGraphicStyles(Int32, GraphicStyleInfo)
Occurs when the model queries information about base styles at a specific cell.
Declaration
IStyleInfo[] QueryBaseGraphicStyles(int index, GraphicStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
GraphicStyleInfo | style |
Returns
Type |
---|
IStyleInfo[] |
QueryGraphicCellInfo(Int32, GraphicStyleInfo)
Occurs when the model queries for style information about a specific cell.
Declaration
void QueryGraphicCellInfo(int index, GraphicStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
GraphicStyleInfo | style |