RadzenPivotAggregate<TItem> Class

RadzenPivotAggregate component. Must be placed inside a RadzenPivotDataGrid<T>

Inheritance

Object

ComponentBase

RadzenPivotField<TItem>

RadzenPivotAggregate<TItem>

Implements

IComponent

IHandleEvent

IHandleAfterRender

Inherited Members

RadzenPivotField<TItem>.GetSortOrder

RadzenPivotField<TItem>.GetFilterValue

RadzenPivotField<TItem>.GetSecondFilterValue

RadzenPivotField<TItem>.GetFilterOperator

RadzenPivotField<TItem>.GetSecondFilterOperator

RadzenPivotField<TItem>.GetLogicalFilterOperator

RadzenPivotField<TItem>.GetFilterProperty

RadzenPivotField<TItem>.HasActiveFilter

RadzenPivotField<TItem>.GetTitle

RadzenPivotField<TItem>.SetFilterOperator

RadzenPivotField<TItem>.SetSecondFilterOperator

RadzenPivotField<TItem>.SetLogicalFilterOperator

RadzenPivotField<TItem>.ShowUpDownForNumericFilter

RadzenPivotField<TItem>.SetFilterValue

RadzenPivotField<TItem>.SetParametersAsync

RadzenPivotField<TItem>.Property

RadzenPivotField<TItem>.Title

RadzenPivotField<TItem>.SortOrder

RadzenPivotField<TItem>.SortOrderSequence

RadzenPivotField<TItem>.Sortable

RadzenPivotField<TItem>.Selected

RadzenPivotField<TItem>.Filterable

RadzenPivotField<TItem>.FilterValue

RadzenPivotField<TItem>.SecondFilterValue

RadzenPivotField<TItem>.FilterOperator

RadzenPivotField<TItem>.SecondFilterOperator

RadzenPivotField<TItem>.LogicalFilterOperator

RadzenPivotField<TItem>.FilterTemplate

RadzenPivotField<TItem>.FilterValueTemplate

RadzenPivotField<TItem>.SecondFilterValueTemplate

RadzenPivotField<TItem>.FilterPropertyType

RadzenPivotField<TItem>.Type

RadzenPivotField<TItem>.PivotGrid

ComponentBase.OnInitializedAsync

ComponentBase.OnParametersSet

ComponentBase.OnParametersSetAsync

ComponentBase.StateHasChanged

ComponentBase.ShouldRender

ComponentBase.OnAfterRender

ComponentBase.OnAfterRenderAsync

ComponentBase.InvokeAsync

ComponentBase.DispatchExceptionAsync

ComponentBase.RendererInfo

ComponentBase.Assets

ComponentBase.AssignedRenderMode

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenPivotAggregate<TItem> : RadzenPivotField<TItem>, IComponent, IHandleEvent, IHandleAfterRender

Type Parameters

Name Description
TItemThe type of the PivotDataGrid item.

Constructors

RadzenPivotAggregate<TItem>link

RadzenPivotAggregate component. Must be placed inside a RadzenPivotDataGrid<T>

Declaration
public RadzenPivotAggregate<TItem>()

Properties

Aggregatelink

Gets or sets the aggregate function.

Declaration
public AggregateFunction Aggregate { get; set; }
Property Value
Type Description
AggregateFunctionGets or sets the aggregate function.

ColumnTotalTemplatelink

Gets or sets the column total template rendered in the column footer.

Declaration
public RenderFragment<object> ColumnTotalTemplate { get; set; }
Property Value
Type Description
RenderFragment<object>Gets or sets the column total template rendered in the column footer.

FormatProviderlink

Gets or sets the IFormatProvider used for FormatString.

Declaration
public IFormatProvider FormatProvider { get; set; }
Property Value
Type Description
IFormatProviderGets or sets the IFormatProvider used for FormatString.

FormatStringlink

Gets or sets the format string.

Declaration
public string FormatString { get; set; }
Property Value
Type Description
stringGets or sets the format string.

HeaderTemplatelink

Gets or sets the header template.

Declaration
public RenderFragment HeaderTemplate { get; set; }
Property Value
Type Description
RenderFragmentGets or sets the header template.

RowTotalTemplatelink

Gets or sets the column total template rendered in the column footer.

Declaration
public RenderFragment<RadzenPivotAggreateContext<TItem>> RowTotalTemplate { get; set; }
Property Value
Type Description
RenderFragment<RadzenPivotAggreateContext<TItem>>Gets or sets the column total template rendered in the column footer.

Templatelink

Gets or sets the column cell template rendered.

Declaration
public RenderFragment<object> Template { get; set; }
Property Value
Type Description
RenderFragment<object>Gets or sets the column cell template rendered.

TextAlignlink

Gets or sets the text align.

Declaration
public TextAlign TextAlign { get; set; }
Property Value
Type Description
TextAlignGets or sets the text align.

Methods

BuildRenderTreelink

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

Disposelink

Disposes the component and removes it from the parent pivot grid.

Declaration
public override void Dispose()

FormatValuelink

Formats a value using the FormatString and FormatProvider.

Declaration
public string FormatValue(object value)
Parameters
Type Name Description
object value
Returns
Type Description
string

OnInitializedlink

Called when the component is initialized. Registers this value with the parent pivot grid.

Declaration
protected override void OnInitialized()
An error has occurred. This app may no longer respond until reloaded. Reload 🗙