RadzenPivotAggreateContext.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class RadzenPivotAggreateContext<T>| Name | Description |
|---|---|
| T |
RadzenPivotAggreateContext.
public RadzenPivotAggreateContext<T>()Gets the aggregate.
public RadzenPivotAggregate<T> Aggregate { get; }
| Type | Description |
|---|---|
| RadzenPivotAggregate<T> | Gets the aggregate. |
Gets the row index.
public int? Index { get; }
| Type | Description |
|---|---|
| int? | Gets the row index. |
Gets the aggregate value.
public object Value { get; }
| Type | Description |
|---|---|
| object | Gets the aggregate value. |
Gets the query.
public IQueryable<T> View { get; }
| Type | Description |
|---|---|
| IQueryable<T> | Gets the query. |