Class RadzenPivotColumn<TItem>
RadzenPivotColumn component. Must be placed inside a RadzenPivotDataGrid<TItem>
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenPivotColumn<TItem> : RadzenPivotField<TItem>, IComponent, IHandleEvent, IHandleAfterRender, IDisposableType Parameters
| Name | Description | 
|---|---|
| TItem | The type of the PivotDataGrid item. | 
Constructors
RadzenPivotColumn()
RadzenPivotColumn component. Must be placed inside a RadzenPivotDataGrid<TItem>
Declaration
public RadzenPivotColumn()Properties
HeaderTemplate
Gets or sets the header template.
Declaration
[Parameter]
public RenderFragment<GroupResult> HeaderTemplate { get; set; }Property Value
| Type | Description | 
|---|---|
| RenderFragment<GroupResult> | The header template. | 
Width
Gets or sets the width.
Declaration
[Parameter]
public string Width { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenPivotColumn 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 column with the parent pivot grid.
Declaration
protected override void OnInitialized()