Class GridCellHyperlinkCellRenderer
Inheritance
System.Object
GridVirtualizingCellRendererBase<System.Windows.Controls.ContentControl>
GridVirtualizingCellRenderer<System.Windows.Controls.ContentControl>
GridCellHyperlinkCellRenderer
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellHyperlinkCellRenderer : GridVirtualizingCellRenderer<ContentControl>, IGridCellRenderer, ICellRenderer, IHitTestSelectCells, IStyleChanged, IDisposable, IAllowKeepAliveOnlyCurrentCell
Constructors
GridCellHyperlinkCellRenderer()
Declaration
public GridCellHyperlinkCellRenderer()
Methods
ArrangeUIElement(ArrangeCellArgs, ContentControl, GridRenderStyleInfo)
Declaration
protected override void ArrangeUIElement(ArrangeCellArgs aca, ContentControl uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
ArrangeCellArgs | aca | |
System.Windows.Controls.ContentControl | uiElement | |
GridRenderStyleInfo | style |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRendererBase<System.Windows.Controls.ContentControl>.ArrangeUIElement(Syncfusion.Windows.Controls.Cells.ArrangeCellArgs, System.Windows.Controls.ContentControl, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
ColIndex(String)
Declaration
public int ColIndex(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
Returns
Type |
---|
System.Int32 |
CreateRendererElement(ContentControl, GridRenderStyleInfo)
Declaration
public override void CreateRendererElement(ContentControl uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.ContentControl | uiElement | |
GridRenderStyleInfo | style |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRenderer<System.Windows.Controls.ContentControl>.CreateRendererElement(System.Windows.Controls.ContentControl, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
CreateUIElement(ArrangeCellArgs, GridRenderStyleInfo)
Declaration
protected override ContentControl CreateUIElement(ArrangeCellArgs aca, GridRenderStyleInfo cellInfo)
Parameters
Type | Name | Description |
---|---|---|
ArrangeCellArgs | aca | |
GridRenderStyleInfo | cellInfo |
Returns
Type |
---|
System.Windows.Controls.ContentControl |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRendererBase<System.Windows.Controls.ContentControl>.CreateUIElement(Syncfusion.Windows.Controls.Cells.ArrangeCellArgs, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
GetControlTextFromEditorCore(ContentControl)
Declaration
protected override string GetControlTextFromEditorCore(ContentControl uiElement)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.ContentControl | uiElement |
Returns
Type |
---|
System.String |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRenderer<System.Windows.Controls.ContentControl>.GetControlTextFromEditorCore(System.Windows.Controls.ContentControl)
OnDeactivated()
Declaration
protected override void OnDeactivated()
Overrides
OnInitialize()
Declaration
protected override void OnInitialize()
Overrides
OnInitializeContent(ContentControl, GridRenderStyleInfo)
Declaration
public override void OnInitializeContent(ContentControl uiElement, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.ContentControl | uiElement | |
GridRenderStyleInfo | style |
Overrides
Syncfusion.Windows.Controls.Grid.GridVirtualizingCellRenderer<System.Windows.Controls.ContentControl>.OnInitializeContent(System.Windows.Controls.ContentControl, Syncfusion.Windows.Controls.Grid.GridRenderStyleInfo)
OnUnwireUIElement(Hyperlink)
Declaration
protected void OnUnwireUIElement(Hyperlink hyperlink)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Documents.Hyperlink | hyperlink |
OnWireUIElement(Hyperlink)
Declaration
protected void OnWireUIElement(Hyperlink hyperlink)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Documents.Hyperlink | hyperlink |
Implements
System.IDisposable