Class RadzenPivotAggreateContext<T>
RadzenPivotAggreateContext.
Inherited Members
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> |