Class GridCellImageContentRenderer
Renders image borders.
Inheritance
System.Object
GridVirtualizingCellRendererBase<System.Windows.Controls.Border>
GridVirtualizingCellRenderer<System.Windows.Controls.Border>
GridCellImageContentRenderer
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellImageContentRenderer : GridVirtualizingCellRenderer<Border>, IGridCellRenderer, ICellRenderer, IHitTestSelectCells, IStyleChanged, IDisposable, IAllowKeepAliveOnlyCurrentCell
Constructors
GridCellImageContentRenderer()
Initializes the new GridCellImageContentRenderer object.
Declaration
public GridCellImageContentRenderer()
Methods
OnInitializeContent(Border, GridRenderStyleInfo)
Initializes the borders for the image cell using the information from the cell style (value, text, behavior etc.).
Declaration
public override void OnInitializeContent(Border uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Border | uiElement | The border. |
GridRenderStyleInfo | style | The cell style info. |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRenderer<System.Windows.Controls.Border>.OnInitializeContent(System.Windows.Controls.Border, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
Implements
System.IDisposable