Class TreeGridCellTextBlockRenderer
Inheritance
System.Object
TreeGridVirtualizingCellRendererBase<System.Windows.Controls.TextBlock, System.Windows.Controls.TextBlock>
TreeGridVirtualizingCellRenderer<System.Windows.Controls.TextBlock, System.Windows.Controls.TextBlock>
TreeGridCellTextBlockRenderer
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 TreeGridCellTextBlockRenderer : TreeGridVirtualizingCellRenderer<TextBlock, TextBlock>, ITreeGridCellRenderer, IDisposable
Constructors
TreeGridCellTextBlockRenderer()
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 | DataColumn which holds GridColumn, RowColumnIndex and TreeGridCell |
System.Windows.Controls.TextBlock | uiElement | Corresponding Renderer Element |
System.Object | dataContext |
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)
Implements
System.IDisposable