Class GraphicImageCellRenderer
Inheritance
System.Object
GraphicCellRendererBase<System.Windows.Controls.Image>
GraphicImageCellRenderer
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
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)