Class TreeGridCellTextBlockRenderer
Represents a class that maintains the rendering of Microsoft.UI.Xaml.Controls.TextBlock in SfTreeGrid.
Inheritance
System.Object
TreeGridVirtualizingCellRendererBase<Microsoft.UI.Xaml.Controls.TextBlock, Microsoft.UI.Xaml.Controls.TextBlock>
TreeGridVirtualizingCellRenderer<Microsoft.UI.Xaml.Controls.TextBlock, Microsoft.UI.Xaml.Controls.TextBlock>
TreeGridCellTextBlockRenderer
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid.Renderers
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TreeGridCellTextBlockRenderer : TreeGridVirtualizingCellRenderer<TextBlock, TextBlock>, ITreeGridCellRenderer, IDisposable
Constructors
TreeGridCellTextBlockRenderer()
Initializes a new instance of TreeGridCellTextBlockRenderer class.
Declaration
public TreeGridCellTextBlockRenderer()
Methods
OnInitializeEditElement(TreeDataColumnBase, TextBlock, Object)
Method which is initialize the Renderer element Bindings with corresponding column values.
Declaration
public override void OnInitializeEditElement(TreeDataColumnBase dataColumn, TextBlock uiElement, object dataContext)
Parameters
Type | Name | Description |
---|---|---|
TreeDataColumnBase | dataColumn | Specifies the corresponding TreeDataColumnBase. |
Microsoft.UI.Xaml.Controls.TextBlock | uiElement | Specifies the corresponding renderer element. |
System.Object | dataContext | Specifies the data context of the cell. |
Overrides
Syncfusion.UI.Xaml.TreeGrid.Renderers.TreeGridVirtualizingCellRenderer<Microsoft.UI.Xaml.Controls.TextBlock, Microsoft.UI.Xaml.Controls.TextBlock>.OnInitializeEditElement(Syncfusion.UI.Xaml.TreeGrid.TreeDataColumnBase, Microsoft.UI.Xaml.Controls.TextBlock, System.Object)
Implements
System.IDisposable