Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenPivotAggreateContext<T>

    RadzenPivotAggreateContext.

    Inheritance
    object
    RadzenPivotAggreateContext<T>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenPivotAggreateContext<T>
    Type Parameters
    Name Description
    T

    Constructors

    RadzenPivotAggreateContext()

    RadzenPivotAggreateContext.

    Declaration
    public RadzenPivotAggreateContext()

    Properties

    Aggregate

    Gets the aggregate.

    Declaration
    public RadzenPivotAggregate<T> Aggregate { get; }
    Property Value
    Type Description
    RadzenPivotAggregate<T>

    Index

    Gets the row index.

    Declaration
    public int? Index { get; }
    Property Value
    Type Description
    int?

    Value

    Gets the aggregate value.

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    object

    View

    Gets the query.

    Declaration
    public IQueryable<T> View { get; }
    Property Value
    Type Description
    IQueryable<T>

    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