Class
CellAggregateValue

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: IEquatable<CellAggregateValue>

Properties

ColumnGroup

Gets the column IGroup for which this values is generated.

Declaration

cs-api-definition
public IGroup ColumnGroup { get; }

Property Value

IGroup

Description

Gets the IAggregateDescription which produced the Value.

Declaration

cs-api-definition
public IAggregateDescription Description { get; }

Property Value

IAggregateDescription

FormattedValue

Gets the string representation of the value with the IAggregateDescription's string formats applied.

Declaration

cs-api-definition
public string FormattedValue { get; }

Property Value

string

RowGroup

Gets the row IGroup for which this values is generated.

Declaration

cs-api-definition
public IGroup RowGroup { get; }

Property Value

IGroup

Value

Gets the value for the some IGroups produced by the Description.

Declaration

cs-api-definition
public object Value { get; }

Property Value

object

Methods

Equals(CellAggregateValue)

Declaration

cs-api-definition
public bool Equals(CellAggregateValue other)

Parameters

other

CellAggregateValue

Returns

bool

Implements IEquatable<CellAggregateValue>.Equals(CellAggregateValue)

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()