Class TreeGridCellHyperlinkRenderer
Inheritance
System.Object
TreeGridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, System.Windows.Controls.TextBlock>
TreeGridVirtualizingCellRenderer<System.Windows.Controls.TextBlock, System.Windows.Controls.TextBlock>
TreeGridCellHyperlinkRenderer
Inherited Members
TreeGridVirtualizingCellRendererBase<TextBlock, TextBlock>.OnUnwireTemplateUIElement(ContentControl)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.TreeGrid.Cells
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridCellHyperlinkRenderer : TreeGridVirtualizingCellRenderer<TextBlock, TextBlock>, ITreeGridCellRenderer, IDisposable
Constructors
TreeGridCellHyperlinkRenderer()
Initializes a new instance of the TreeGridCellHyperlinkRenderer class.
Declaration
public TreeGridCellHyperlinkRenderer()
Methods
InitializeCellStyle(TreeDataColumnBase, Object)
Declaration
protected override void InitializeCellStyle(TreeDataColumnBase dataColumn, object record)
Parameters
Type | Name | Description |
---|---|---|
TreeDataColumnBase | dataColumn | |
System.Object | record |
Overrides
Syncfusion.UI.Xaml.TreeGrid.Cells.TreeGridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, System.Windows.Controls.TextBlock>.InitializeCellStyle(Syncfusion.UI.Xaml.TreeGrid.TreeDataColumnBase, System.Object)
OnCreateEditUIElement()
Declaration
protected override TextBlock OnCreateEditUIElement()
Returns
Type | Description |
---|---|
System.Windows.Controls.TextBlock |
Overrides
Syncfusion.UI.Xaml.TreeGrid.Cells.TreeGridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, System.Windows.Controls.TextBlock>.OnCreateEditUIElement()
OnInitializeEditElement(TreeDataColumnBase, TextBlock, Object)
Called when [initialize edit element].
Declaration
public override void OnInitializeEditElement(TreeDataColumnBase dataColumn, TextBlock uiElement, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
TreeDataColumnBase | dataColumn | TreeDataColumn Which holds TreeGridColumn, RowColumnIndex and TreeGridCell |
System.Windows.Controls.TextBlock | uiElement | Corresponding Renderer Element |
System.Object | dataContext | The data context. |
Overrides
Syncfusion.UI.Xaml.TreeGrid.Cells.TreeGridVirtualizingCellRenderer<System.Windows.Controls.TextBlock, System.Windows.Controls.TextBlock>.OnInitializeEditElement(Syncfusion.UI.Xaml.TreeGrid.TreeDataColumnBase, System.Windows.Controls.TextBlock, System.Object)
OnUnwireEditUIElement(TextBlock)
Declaration
protected override void OnUnwireEditUIElement(TextBlock uiElement)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.TextBlock | uiElement |
Overrides
Syncfusion.UI.Xaml.TreeGrid.Cells.TreeGridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, System.Windows.Controls.TextBlock>.OnUnwireEditUIElement(System.Windows.Controls.TextBlock)
OnWireEditUIElement(TextBlock)
Called when [wire edit UI element].
Declaration
protected override void OnWireEditUIElement(TextBlock uiElement)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.TextBlock | uiElement | The UI element. |
Overrides
Syncfusion.UI.Xaml.TreeGrid.Cells.TreeGridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, System.Windows.Controls.TextBlock>.OnWireEditUIElement(System.Windows.Controls.TextBlock)
ShouldGridTryToHandleKeyDown(KeyEventArgs)
Declaration
protected override bool ShouldGridTryToHandleKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.KeyEventArgs | e |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Syncfusion.UI.Xaml.TreeGrid.Cells.TreeGridVirtualizingCellRenderer<System.Windows.Controls.TextBlock, System.Windows.Controls.TextBlock>.ShouldGridTryToHandleKeyDown(System.Windows.Input.KeyEventArgs)
Implements
System.IDisposable