Class OlapGridKpiCellRenderer
Implements the renderer part of a OlapGridKPI template cell.
Inheritance
System.Object
OlapGridKpiCellRenderer
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class OlapGridKpiCellRenderer : GridVirtualizingCellRenderer<OlapGridKpiCell>, IGridCellRenderer, ICellRenderer, IHitTestSelectCells, IStyleChanged, IDisposable, IAllowKeepAliveOnlyCurrentCell
Constructors
OlapGridKpiCellRenderer()
Initializes a new instance of the OlapGridKpiCellRenderer class.
Declaration
public OlapGridKpiCellRenderer()
Methods
CreateRendererElement(OlapGridKpiCell, GridRenderStyleInfo)
Creates the renderer element.
Declaration
public override void CreateRendererElement(OlapGridKpiCell uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
OlapGridKpiCell | uiElement | The UI element. |
GridRenderStyleInfo | style | The style. |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRenderer<Syncfusion.Windows.Grid.Olap.OlapGridKpiCell>.CreateRendererElement(Syncfusion.Windows.Grid.Olap.OlapGridKpiCell, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
OnElementArranged(UIElement, Rect)
Called when [element arranged].
Declaration
protected override void OnElementArranged(UIElement el, Rect rect)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | el | The el. |
System.Windows.Rect | rect | The rect. |
OnElementMeasured(UIElement, Size)
Called when [element measured].
Declaration
protected override void OnElementMeasured(UIElement el, Size size)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | el | The el. |
System.Windows.Size | size | The size. |
OnInitializeContent(OlapGridKpiCell, GridRenderStyleInfo)
Called when [initialize content].
Declaration
public override void OnInitializeContent(OlapGridKpiCell uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
OlapGridKpiCell | uiElement | The UI element. |
GridRenderStyleInfo | style | The style. |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRenderer<Syncfusion.Windows.Grid.Olap.OlapGridKpiCell>.OnInitializeContent(Syncfusion.Windows.Grid.Olap.OlapGridKpiCell, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
Implements
System.IDisposable