Class GraphicImageCellRenderer
Inheritance
System.Object
GraphicCellRendererBase<System.Windows.Controls.Image>
GraphicImageCellRenderer
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GraphicImageCellRenderer : GraphicCellRendererBase<Image>, IGraphicCellRenderer
Constructors
GraphicImageCellRenderer()
Declaration
public GraphicImageCellRenderer()
Methods
CreateUIElement(GraphicStyleInfo)
Declaration
protected override Image CreateUIElement(GraphicStyleInfo cellInfo)
Parameters
Type | Name | Description |
---|---|---|
GraphicStyleInfo | cellInfo |
Returns
Type |
---|
System.Windows.Controls.Image |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.Image>.CreateUIElement(Syncfusion.Windows.Controls.Grid.GraphicStyleInfo)
OnInitializeContent(Image, GraphicStyleInfo)
Declaration
protected override void OnInitializeContent(Image element, GraphicStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Image | element | |
GraphicStyleInfo | style |
Overrides
Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.Image>.OnInitializeContent(System.Windows.Controls.Image, Syncfusion.Windows.Controls.Grid.GraphicStyleInfo)