Class CellAggregateValue
Contains the value of an AggregateValue and the IAggregateDescription that produced it.
Inheritance
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class CellAggregateValue : Object, IEquatable<CellAggregateValue>
Properties
ColumnGroup
Gets the column IGroup for which this values is generated.
Declaration
public IGroup ColumnGroup { get; }
Property Value
IGroup
|
Description
Gets the IAggregateDescription which produced the Value.
Declaration
public IAggregateDescription Description { get; }
Property Value
IAggregateDescription
|
FormattedValue
Gets the string representation of the value with the IAggregateDescription's string formats applied.
Declaration
public string FormattedValue { get; }
Property Value
System.String
|
RowGroup
Gets the row IGroup for which this values is generated.
Declaration
public IGroup RowGroup { get; }
Property Value
IGroup
|
Value
Gets the value for the some IGroups produced by the Description.
Declaration
public object Value { get; }
Property Value
System.Object
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(CellAggregateValue)
Declaration
public bool Equals(CellAggregateValue other)
Parameters
CellAggregateValue
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|