Class OlapGridTemplateCellRenderer
Implements the renderer part of the OlapGrid template cell.
Inheritance
System.Object
OlapGridTemplateCellRenderer
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Grid.Olap
Assembly: Syncfusion.OlapGrid.WPF.dll
Syntax
public class OlapGridTemplateCellRenderer : GridVirtualizingCellRenderer<OlapGridTemplateCell>, IGridCellRenderer, ICellRenderer, IHitTestSelectCells, IStyleChanged, IDisposable, IAllowKeepAliveOnlyCurrentCell
Constructors
OlapGridTemplateCellRenderer()
Initializes a new instance of the OlapGridTemplateCellRenderer class.
Declaration
public OlapGridTemplateCellRenderer()
Methods
CreateRendererElement(OlapGridTemplateCell, GridRenderStyleInfo)
Creates the renderer element.
Declaration
public override void CreateRendererElement(OlapGridTemplateCell uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
OlapGridTemplateCell | uiElement | The UI element. |
GridRenderStyleInfo | style | The style. |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRenderer<Syncfusion.Windows.Grid.Olap.OlapGridTemplateCell>.CreateRendererElement(Syncfusion.Windows.Grid.Olap.OlapGridTemplateCell, 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(OlapGridTemplateCell, GridRenderStyleInfo)
Called when [initialize content].
Declaration
public override void OnInitializeContent(OlapGridTemplateCell uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
OlapGridTemplateCell | uiElement | The UI element. |
GridRenderStyleInfo | style | The style. |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRenderer<Syncfusion.Windows.Grid.Olap.OlapGridTemplateCell>.OnInitializeContent(Syncfusion.Windows.Grid.Olap.OlapGridTemplateCell, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
Implements
System.IDisposable