Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenPivotAggregate<TItem>

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

    Inheritance
    object
    ComponentBase
    RadzenPivotField<TItem>
    RadzenPivotAggregate<TItem>
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    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(FilterOperator?)
    RadzenPivotField<TItem>.SetSecondFilterOperator(FilterOperator?)
    RadzenPivotField<TItem>.SetLogicalFilterOperator(LogicalFilterOperator)
    RadzenPivotField<TItem>.ShowUpDownForNumericFilter()
    RadzenPivotField<TItem>.SetFilterValue(object, bool)
    RadzenPivotField<TItem>.SetParametersAsync(ParameterView)
    RadzenPivotField<TItem>.Property
    RadzenPivotField<TItem>.Title
    RadzenPivotField<TItem>.SortOrder
    RadzenPivotField<TItem>.Sortable
    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>.PivotGrid
    RadzenPivotField<TItem>.FilterPropertyType
    RadzenPivotField<TItem>.Type
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenPivotAggregate<TItem> : RadzenPivotField<TItem>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
    Type Parameters
    Name Description
    TItem

    The type of the PivotDataGrid item.

    Constructors

    RadzenPivotAggregate()

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

    Declaration
    public RadzenPivotAggregate()

    Properties

    Aggregate

    Gets or sets the aggregate function.

    Declaration
    [Parameter]
    public AggregateFunction Aggregate { get; set; }
    Property Value
    Type Description
    AggregateFunction

    ColumnTotalTemplate

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

    Declaration
    [Parameter]
    public RenderFragment<object> ColumnTotalTemplate { get; set; }
    Property Value
    Type Description
    RenderFragment<dynamic>

    FormatProvider

    Gets or sets the IFormatProvider used for FormatString.

    Declaration
    [Parameter]
    public IFormatProvider FormatProvider { get; set; }
    Property Value
    Type Description
    IFormatProvider

    FormatString

    Gets or sets the format string.

    Declaration
    [Parameter]
    public string FormatString { get; set; }
    Property Value
    Type Description
    string

    HeaderTemplate

    Gets or sets the header template.

    Declaration
    [Parameter]
    public RenderFragment HeaderTemplate { get; set; }
    Property Value
    Type Description
    RenderFragment

    The header template.

    RowTotalTemplate

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

    Declaration
    [Parameter]
    public RenderFragment<RadzenPivotAggreateContext<TItem>> RowTotalTemplate { get; set; }
    Property Value
    Type Description
    RenderFragment<RadzenPivotAggreateContext<TItem>>

    Template

    Gets or sets the column cell template rendered.

    Declaration
    [Parameter]
    public RenderFragment<object> Template { get; set; }
    Property Value
    Type Description
    RenderFragment<dynamic>

    TextAlign

    Gets or sets the text align.

    Declaration
    [Parameter]
    public TextAlign TextAlign { get; set; }
    Property Value
    Type Description
    TextAlign

    Methods

    BuildRenderTree(RenderTreeBuilder)

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

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    RadzenPivotField<TItem>.BuildRenderTree(RenderTreeBuilder)

    Dispose()

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

    Declaration
    public override void Dispose()
    Overrides
    RadzenPivotField<TItem>.Dispose()

    FormatValue(object)

    Formats a value using the FormatString and FormatProvider.

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

    OnInitialized()

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

    Declaration
    protected override void OnInitialized()
    Overrides
    RadzenPivotField<TItem>.OnInitialized()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT