Class RowTemplateTreeColumn
Configures the tree column content for the RowTemplate of Tree Grid.
Inherited Members
Namespace: Syncfusion.Blazor.TreeGrid
Assembly: Syncfusion.Blazor.dll
Syntax
public class RowTemplateTreeColumn : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
RowTemplateTreeColumn()
Declaration
public RowTemplateTreeColumn()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
OnParametersSet()
Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
Declaration
protected override void OnParametersSet()