Class PivotGridKpiCellRenderer
Defines the renderer for rendering the grid cell containing KPI.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class PivotGridKpiCellRenderer : GridVirtualizingCellRenderer<PivotGridKpiCell, PivotGridKpiCell>, IGridCellRenderer, IDisposable
Constructors
PivotGridKpiCellRenderer()
Initializes a new instance of the PivotGridKpiCellRenderer class.
Declaration
public PivotGridKpiCellRenderer()
Methods
OnArrange(RowColumnIndex, UIElement, Rect)
Invoked when the visual children of cell is arranged in view.
Declaration
protected override void OnArrange(RowColumnIndex cellRowColumnIndex, UIElement uiElement, Rect rect)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | The coordinates of the particular cell. |
Windows.UI.Xaml.UIElement | uiElement | The corresponding element that is to be arranged. |
Windows.Foundation.Rect | rect | The size and origin for arranging the element. |
Overrides
OnInitializeDisplayElement(RowColumnIndex, PivotGridKpiCell, GridStyleInfo, String)
Initializes the element that holds the particular cell.
Declaration
protected override void OnInitializeDisplayElement(RowColumnIndex rowColumnIndex, PivotGridKpiCell uiElement, GridStyleInfo style, string text)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | rowColumnIndex | The coordinates of the particular cell. |
PivotGridKpiCell | uiElement | The element that holds the particular cell. |
GridStyleInfo | style | The style of particular cell. |
System.String | text | The text of particular cell. |
Overrides
OnInitializeEditElement(RowColumnIndex, PivotGridKpiCell, GridStyleInfo, String)
Initializes the element that holds the edited cell.
Declaration
protected override void OnInitializeEditElement(RowColumnIndex rowColumnIndex, PivotGridKpiCell uiElement, GridStyleInfo style, string text)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | rowColumnIndex | The coordinates of the edited cell. |
PivotGridKpiCell | uiElement | The element that holds the edited cell. |
GridStyleInfo | style | The style of edited cell. |
System.String | text | The text of edited cell. |
Overrides
OnUpdateCellStyle(RowColumnIndex, PivotGridKpiCell, GridStyleInfo, String)
Updates the style for the particular cell.
Declaration
protected override void OnUpdateCellStyle(RowColumnIndex cellRowColumnIndex, PivotGridKpiCell uiElement, GridStyleInfo style, string text)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | The coordinates of the particular cell. |
PivotGridKpiCell | uiElement | The element that holds the particular cell. |
GridStyleInfo | style | The style of particular cell. |
System.String | text | The text of particular cell. |
Overrides
OnUpdateEditCellStyle(RowColumnIndex, PivotGridKpiCell, GridStyleInfo, String)
Updates the style for the edited cell.
Declaration
protected override void OnUpdateEditCellStyle(RowColumnIndex cellRowColumnIndex, PivotGridKpiCell uiElement, GridStyleInfo style, string text)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | The coordinates of the edited cell. |
PivotGridKpiCell | uiElement | The element that holds the edited cell. |
GridStyleInfo | style | The style of edited cell. |
System.String | text | The text of edited cell. |