Class PivotGridExpandHyperlinkCellRenderer
Defines the renderer for rendering the grid cell containing expander.
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class PivotGridExpandHyperlinkCellRenderer : GridVirtualizingCellRenderer<PivotGridExpandHyperlinkCell, PivotGridExpandHyperlinkCell>, IGridCellRenderer, IDisposable
Constructors
PivotGridExpandHyperlinkCellRenderer()
Initializes a new instance of the PivotGridExpandHyperlinkCellRenderer class.
Declaration
public PivotGridExpandHyperlinkCellRenderer()
Methods
GetFormattedText(GridStyleInfo)
Returns the formatted text for the particular cell.
Declaration
public override string GetFormattedText(GridStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
GridStyleInfo | style | The style of particular cell. |
Returns
Type | Description |
---|---|
System.String | The formatted text which is displayed. |
Overrides
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, PivotGridExpandHyperlinkCell, GridStyleInfo, String)
Initializes the element that holds the particular cell.
Declaration
protected override void OnInitializeDisplayElement(RowColumnIndex rowColumnIndex, PivotGridExpandHyperlinkCell uiElement, GridStyleInfo style, string text)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | rowColumnIndex | The coordinates of the particular cell. |
PivotGridExpandHyperlinkCell | 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, PivotGridExpandHyperlinkCell, GridStyleInfo, String)
Initializes the element that holds the edited cell.
Declaration
protected override void OnInitializeEditElement(RowColumnIndex rowColumnIndex, PivotGridExpandHyperlinkCell uiElement, GridStyleInfo style, string text)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | rowColumnIndex | The coordinates of the edited cell. |
PivotGridExpandHyperlinkCell | 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, PivotGridExpandHyperlinkCell, GridStyleInfo, String)
Updates the style for the particular cell.
Declaration
protected override void OnUpdateCellStyle(RowColumnIndex cellRowColumnIndex, PivotGridExpandHyperlinkCell uiElement, GridStyleInfo style, string text)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | The coordinates of the particular cell. |
PivotGridExpandHyperlinkCell | 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, PivotGridExpandHyperlinkCell, GridStyleInfo, String)
Updates the style for the edited cell.
Declaration
protected override void OnUpdateEditCellStyle(RowColumnIndex cellRowColumnIndex, PivotGridExpandHyperlinkCell uiElement, GridStyleInfo style, string text)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | The coordinates of the edited cell. |
PivotGridExpandHyperlinkCell | uiElement | The element that holds the edited cell. |
GridStyleInfo | style | The style of edited cell. |
System.String | text | The text of edited cell. |