Class PivotAggregationType
Inheritance
System.Object
PivotAggregationType
Assembly: IgniteUI.Blazor.dll
Syntax
public sealed class PivotAggregationType : Enum
Fields
AVG
Declaration
public const PivotAggregationType AVG
Field Value
COUNT
Declaration
public const PivotAggregationType COUNT
Field Value
EARLIEST
Declaration
public const PivotAggregationType EARLIEST
Field Value
LATEST
Declaration
public const PivotAggregationType LATEST
Field Value
MAX
Declaration
public const PivotAggregationType MAX
Field Value
MIN
Declaration
public const PivotAggregationType MIN
Field Value
SUM
Declaration
public const PivotAggregationType SUM
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|