Class PivotGridHyperlinkCellRenderer
Implements the renderer part of a PivotGrid template cell.
Inheritance
System.Object
PivotGridHyperlinkCellRenderer
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotGridHyperlinkCellRenderer : GridVirtualizingCellRenderer<PivotGridHyperlinkCell>, IGridCellRenderer, ICellRenderer, IHitTestSelectCells, IStyleChanged, IDisposable, IAllowKeepAliveOnlyCurrentCell
Constructors
PivotGridHyperlinkCellRenderer()
Declaration
public PivotGridHyperlinkCellRenderer()
Methods
CreateRendererElement(PivotGridHyperlinkCell, GridRenderStyleInfo)
Creates the rendered element using the information from the cell style.
Declaration
public override void CreateRendererElement(PivotGridHyperlinkCell uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
PivotGridHyperlinkCell | uiElement | The hyperlink cell. |
GridRenderStyleInfo | style | The parameter is used to apply styles like background, foreground, font-size and font-weight etc... to the hyperlink cell. |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRenderer<Syncfusion.Windows.Controls.PivotGrid.PivotGridHyperlinkCell>.CreateRendererElement(Syncfusion.Windows.Controls.PivotGrid.PivotGridHyperlinkCell, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
OnInitializeContent(PivotGridHyperlinkCell, GridRenderStyleInfo)
Initializes the content of the cell using the information from the cell style.
Declaration
public override void OnInitializeContent(PivotGridHyperlinkCell uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
PivotGridHyperlinkCell | uiElement | The hyper link cell. |
GridRenderStyleInfo | style | This parameter is used to apply styles like background, foreground, font-size and font-weight etc... to the hyperlink cell. |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRenderer<Syncfusion.Windows.Controls.PivotGrid.PivotGridHyperlinkCell>.OnInitializeContent(Syncfusion.Windows.Controls.PivotGrid.PivotGridHyperlinkCell, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
Implements
System.IDisposable