ClassCellAggregateValue
Class
Contains the value of an AggregateValue and the IAggregateDescription that produced it.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public sealed class CellAggregateValue : IEquatable<CellAggregateValue>
Inheritance: objectCellAggregateValue
Implements:
Properties
ColumnGroup
Gets the column IGroup for which this values is generated.
Description
Gets the IAggregateDescription which produced the Value.
Declaration
cs-api-definition
public IAggregateDescription Description { get; }
Property Value
FormattedValue
Gets the string representation of the value with the IAggregateDescription's string formats applied.
Value
Gets the value for the some IGroups produced by the Description.
Methods
Equals(CellAggregateValue)
Declaration
cs-api-definition
public bool Equals(CellAggregateValue other)
Parameters
other
Returns
Implements