RadzenPivotAggregate component. Must be placed inside a RadzenPivotDataGrid<T>
IComponent
IHandleEvent
IHandleAfterRender
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>.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>.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
public class RadzenPivotAggregate<TItem> : RadzenPivotField<TItem>, IComponent, IHandleEvent, IHandleAfterRender| Name | Description |
|---|---|
| TItem | The type of the PivotDataGrid item. |
RadzenPivotAggregate component. Must be placed inside a RadzenPivotDataGrid<T>
public RadzenPivotAggregate<TItem>()Gets or sets the aggregate function.
public AggregateFunction Aggregate { get; set; }
| Type | Description |
|---|---|
| AggregateFunction | Gets or sets the aggregate function. |
Gets or sets the column total template rendered in the column footer.
public RenderFragment<object> ColumnTotalTemplate { get; set; }
| Type | Description |
|---|---|
| RenderFragment<object> | Gets or sets the column total template rendered in the column footer. |
Gets or sets the IFormatProvider used for FormatString.
public IFormatProvider FormatProvider { get; set; }
| Type | Description |
|---|---|
| IFormatProvider | Gets or sets the IFormatProvider used for FormatString. |
Gets or sets the format string.
public string FormatString { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the format string. |
Gets or sets the header template.
public RenderFragment HeaderTemplate { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the header template. |
Gets or sets the column total template rendered in the column footer.
public RenderFragment<RadzenPivotAggreateContext<TItem>> RowTotalTemplate { get; set; }
| Type | Description |
|---|---|
| RenderFragment<RadzenPivotAggreateContext<TItem>> | Gets or sets the column total template rendered in the column footer. |
Gets or sets the column cell template rendered.
public RenderFragment<object> Template { get; set; }
| Type | Description |
|---|---|
| RenderFragment<object> | Gets or sets the column cell template rendered. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
Disposes the component and removes it from the parent pivot grid.
public override void Dispose()Formats a value using the FormatString and FormatProvider.
public string FormatValue(object value)
| Type | Name | Description |
|---|---|---|
| object | value |
| Type | Description |
|---|---|
| string |
Called when the component is initialized. Registers this value with the parent pivot grid.
protected override void OnInitialized()