Class PivotGridRowGroupBarRenderer
Class that implements the renderer part of a PivotGrid's GroupingBar.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotGridRowGroupBarRenderer : GridVirtualizingCellRenderer<PivotGridRowGroupBar>, IGridCellRenderer, ICellRenderer, IHitTestSelectCells, IStyleChanged, IDisposable, IAllowKeepAliveOnlyCurrentCell
Constructors
PivotGridRowGroupBarRenderer()
Declaration
public PivotGridRowGroupBarRenderer()
Methods
ArrangeUIElement(ArrangeCellArgs, PivotGridRowGroupBar, GridRenderStyleInfo)
Arrange the cells UIElement inside the cell rectangle. The UIElement is arranged on the canvas with a call to ArrangeUIElement(ArrangeCellArgs, PivotGridRowGroupBar, GridRenderStyleInfo).
Declaration
protected override void ArrangeUIElement(ArrangeCellArgs aca, PivotGridRowGroupBar uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
ArrangeCellArgs | aca | To arrange the GroupingBar elements based on layout information. |
PivotGridRowGroupBar | uiElement | The PivotGrid's GroupingBar cell. |
GridRenderStyleInfo | style | This parameter is used to apply styles like background, foreground, font-size and font-weight etc... to the PivotGrid's GroupingBar cells. |
Overrides
CreateRendererElement(PivotGridRowGroupBar, GridRenderStyleInfo)
Creates the renderer element using the information from the cell style.
Declaration
public override void CreateRendererElement(PivotGridRowGroupBar uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
PivotGridRowGroupBar | uiElement | The PivotGrid GroupingBar cell. |
GridRenderStyleInfo | style | This parameter is used to apply styles like background, foreground, font-size and font-weight etc... to the PivotGrid's GroupingBar cells. |
Overrides
Dispose(Boolean)
This gets called when parent grid is unloaded. Unload all elements that were
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
OnInitializeContent(PivotGridRowGroupBar, GridRenderStyleInfo)
Initializes the content of the cell using the information from the cell style.
Declaration
public override void OnInitializeContent(PivotGridRowGroupBar uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
PivotGridRowGroupBar | uiElement | The PivotGrid GroupingBar cell. |
GridRenderStyleInfo | style | This parameter is used to apply styles like background, foreground, font-size and font-weight etc... to the PivotGrid's GroupingBar cells. |