Class RadzenPivotRow<TItem>
RadzenPivotRow component. Must be placed inside a RadzenPivotDataGrid<TItem>
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenPivotRow<TItem> : RadzenPivotField<TItem>, IComponent, IHandleEvent, IHandleAfterRender, IDisposableType Parameters
| Name | Description | 
|---|---|
| TItem | The type of the PivotDataGrid item. | 
Constructors
RadzenPivotRow()
RadzenPivotRow component. Must be placed inside a RadzenPivotDataGrid<TItem>
Declaration
public RadzenPivotRow()Methods
BuildRenderTree(RenderTreeBuilder)
RadzenPivotRow component. Must be placed inside a RadzenPivotDataGrid<TItem>
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)Parameters
| Type | Name | Description | 
|---|---|---|
| RenderTreeBuilder | __builder | 
Overrides
Dispose()
Disposes the component and removes it from the parent pivot grid.
Declaration
public override void Dispose()Overrides
OnInitialized()
Called when the component is initialized. Registers this row with the parent pivot grid.
Declaration
protected override void OnInitialized()