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