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