Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RowTemplateTreeColumn - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RowTemplateTreeColumn

    Configures the tree column content for the RowTemplate of Tree Grid.

    Inheritance
    System.Object
    RowTemplateTreeColumn
    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RowTemplateTreeColumn : ComponentBase

    Constructors

    RowTemplateTreeColumn()

    Declaration
    public RowTemplateTreeColumn()

    Properties

    Row

    Gets the current row object

    Declaration
    public Row<object> Row { get; set; }
    Property Value
    Type Description
    Syncfusion.Blazor.Grids.Internal.Row<System.Object>

    RowData

    Gets the current row data

    Declaration
    public object RowData { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    OnParametersSet()

    Declaration
    protected override void OnParametersSet()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved