Class TreeGridAggregate
Configures Tree Grid aggregates
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
TreeGridAggregate
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeGridAggregate : SfDataBoundComponent
Constructors
TreeGridAggregate()
Declaration
public TreeGridAggregate()
Properties
Columns
Configures the aggregate columns.
Declaration
public List<TreeGridAggregateColumn> Columns { get; set; }
Property Value
ShowChildSummary
Display the childSummary for each parent.
Declaration
public bool ShowChildSummary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides